TLS 1.3 bug at connection client side
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 6.1k
- Forks
- 1.7k
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the WebSocket client connection path and reproduce the failure against a websocket-sharp server that accepts only TLS 1.3. Inspect the AuthenticationException and WebSocketException details to identify the compatibility problem; done means the client connects successfully to that TLS 1.3-only service.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- networking
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100