Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Authentication failed, see inner exception #754

Open
Dryzler opened this issue Jun 26, 2024 · 0 comments
Open

Authentication failed, see inner exception #754

Dryzler opened this issue Jun 26, 2024 · 0 comments

Comments

@Dryzler
Copy link

Dryzler commented Jun 26, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant