Skip to content

Authentication failed, see inner exception #754

@Dryzler

Description

@Dryzler

Hello,

I have implemented the basic secure websocket server as in the example, but when i try to connect, the server says:

  • Authentication failed, see inner exception

My code is really simple and with NetCoreServer for example everything works, but they seem to not have permessage deflate:

var dataServer = new DataServer(4223, true); dataServer.SslConfiguration.ServerCertificate = new X509Certificate2(Path.Combine(assemblyFolder, "cert.pfx"), "Password"); dataServer.Start();

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions