Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support https (wss) #210

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

stefang84
Copy link

When using https secure websockets (wss) have to be used.
Also the slice(5) doesn't work properly for https as it would include the colon.

@HeinrichApfelmus
Copy link
Owner

I don't think that that the web server supports https at the moment. Would be nice, though.

@stefang84
Copy link
Author

Sorry, I didn't think about that. You are probably right. But if the server runs behind a load balancer or reverse proxy which cares for the ssl and forwards http requests https can be used but only if wss is used instead of ws.

addap added a commit to addap/initiative-counter that referenced this pull request Dec 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants