sta / sta/websocket-sharp

ws:// protocol on port 443 should be allowed

Open
#127 2 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.