You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The examples mention websockets, but I couldn't see anything about secure websockets...
Any idea what would be needed for it ??
The text was updated successfully, but these errors were encountered: