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

Secure websockets ? #4

Open
asmodehn opened this issue Nov 16, 2020 · 1 comment
Open

Secure websockets ? #4

asmodehn opened this issue Nov 16, 2020 · 1 comment

Comments

@asmodehn
Copy link

The examples mention websockets, but I couldn't see anything about secure websockets...
Any idea what would be needed for it ??

@wsowens
Copy link
Owner

wsowens commented Nov 26, 2020

The backend is responsible for handling websockets. I'm not sure how to do this with tornado's framework, but the Python websockets module provides some documentation.

If you don't want to mess with the TLS in Python, you can also use a reverse proxy, like nginx. Here's their documentation. I usually use nginx anyway, so I prefer this method.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants