ws:// protocol on port 443 should be allowed
Open
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 6.1k
- Forks
- 1.7k
- PR merge metrics
- No merged PRs in 30d
Description
There are servers which use ws:// protocol on port 443 and I can't connect to them with your library. Consider removing this check.
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
Locate the connection validation that rejects ws:// URLs on port 443 and inspect how the protocol and port are checked. Reproduce the reported connection failure with a ws:// endpoint using port 443, then verify that such endpoints are accepted without weakening validation for other cases.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- networking
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100