-
-
Notifications
You must be signed in to change notification settings - Fork 520
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
If any workaround for proxy support? #472
Comments
It's going to take some manual work. You could establish the connection to the proxy yourself (looking at #422 may help) than pass the already connected socket with the |
Listen to you suggestion to establish the connection to the proxy , then pass the already connected socket with the sock argument.
But get the "asyncio Value Error - ValueError: You must set server_hostname when using ssl without a host". Please give me some other suggestions. Thank You. |
You need to do the HTTP request to connect to the proxy before passing the To be honest "it's going to take some manual work" was an euphemism for "you're going to hate this". Then, if you're doing a WSS connection inside the proxy connection, you must pass a |
This library has the limitation "The client doesn’t support connecting through a proxy".
My situation is that I have to use a proxy. May I ask if any workaround for proxy?
Any help will be highly appreciated.
The text was updated successfully, but these errors were encountered: