TLS 1.2 Client Support?
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 6.1k
- Forks
- 1.7k
- PR merge metrics
- No merged PRs in 30d
Description
I have a NodeJS based websocket server. If I connect to this server from Chrome I see that it's using TLS 1.2 ( via Wireshark ). If I connect to the same server using websocket-sharp it connects using TLS1. Regular WebClient or HttpClient connects from the same c# app connect as 1.2. Is there anything I need to to do to configure the websocket to use TLS 1.2?
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
Reproduce the websocket-sharp client connection to the NodeJS server and compare its negotiated protocol with Chrome and C# WebClient/HttpClient, using Wireshark as described. Done means identifying whether TLS 1.2 is supported and, if so, documenting the required configuration; otherwise the issue needs a clearly scoped support change.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp, node.js
- Domain
- networking
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100