Websocket Secure support
Nobody has claimed this yet.
- Dominant language
- Lua
- Stars
- 419
- Forks
- 117
- PR merge metrics
- No merged PRs in 30d
Description
Hi lipp,
In client*.lua I see the following code snippet:
if protocol ~= 'ws' then
error('Protocol not supported:'..protocol)
end
There is no support for wss:// ? Is secure connection support on the roadmap? A non-secured websocket connection will run into proxy problems.
Nathan.
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 by reading the protocol check in client*.lua, especially the branch that rejects protocols other than ws. Determine the scope needed for wss:// support, including secure connection handling and proxy compatibility. Done should mean the client can establish secure WebSocket connections without rejecting the wss protocol.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- lua
- Domain
- networking
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100