Skip to content

Authentication failed, see inner exception #754

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();

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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