You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: