-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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? #301
Comments
I've on production some aiohttp servers with Web sockets. I use HAproxy 1.5 as reverse proxy for TLS layer (wss) and distribute load between several aiohttp daemons. |
Secure websockets are supported. If you have found a bug with |
This is closed, but for the record, this was my bad, wss:// is indeed supported. |
Apologies for not getting a thorough understanding of how wss is supported with aiohttp. Could you please refer some article/documentation/code which highlights it's usage ? Thank you |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a [new issue] for related bugs. |
Do you have plans to support Secure Websockets? (wss://)
The text was updated successfully, but these errors were encountered: