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

TLS 1.3 bug at connection client side #737

Open
LordKBX opened this issue Oct 3, 2023 · 3 comments
Open

TLS 1.3 bug at connection client side #737

LordKBX opened this issue Oct 3, 2023 · 3 comments

Comments

@LordKBX
Copy link

LordKBX commented Oct 3, 2023

In accordance with the title given, i have problems when i try to connect the client part on a websocket service accepting only Tls1.3
For information the server part is made with websocket-sharp has well but is fully usable with a web browser.

the following errors appears

'System.Security.Authentication.AuthenticationException' in System.Private.CoreLib.dll
'WebSocketSharp.WebSocketException' in websocket-sharp.dll
An exception has occurred while connecting.
@LordKBX
Copy link
Author

LordKBX commented Oct 3, 2023

For information i use a compiled version in .net 6.0 from a clone of the repository of due date 2023-09-26
Use a self signed cert created with Pluralsight.Crypto also recompiled in .Net 6.0

@njsunsky
Copy link

njsunsky commented Oct 6, 2023

I get the same error,use winform client wss connect is ok ,but in web ,js client wss connect is error

@LordKBX
Copy link
Author

LordKBX commented Oct 20, 2023

In the web browser for a successful activation you need to directly go to the address and valid the certificate

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

2 participants