websocket-sharp icon indicating copy to clipboard operation
websocket-sharp copied to clipboard

TLS 1.3 bug at connection client side

Open LordKBX opened this issue 2 years ago • 3 comments

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 avatar Oct 03 '23 14:10 LordKBX

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

LordKBX avatar Oct 03 '23 14:10 LordKBX

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

njsunsky avatar Oct 06 '23 09:10 njsunsky

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

LordKBX avatar Oct 20 '23 04:10 LordKBX