-
Notifications
You must be signed in to change notification settings - Fork 63
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
Can't handshake with WSS #6
Comments
Hi, any update on this issue ? |
The fix is in CodeSpartans comment, owner of the repo is inactive so pull request hasnt been accepted |
Hi @Swaelo Any suggestions ? |
The solution CodeSpartan found worked for me too. @salmansaleem32 you need to create the server with a certificate, you can do it with openssl.
|
Error log:
In sta/websocket-sharp, this is fixed by adding this line:
ws.SslConfiguration.EnabledSslProtocols = System.Security.Authentication.SslProtocols.Tls12;
Is it possible to fix this in this library? I could add this line myself in the constructor, I'm just not sure what's the correct way to treat it.
The text was updated successfully, but these errors were encountered: