-
-
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
Proxy authentication when connecting to https host does not working #617
Comments
Why it can happens and maybe I can tune my proxy servers (TOR + Polipo + HAProxy) for make it work? Thanks :) |
@asvetlov It works for me with this change: https://github.com/ssbb/aiohttp/blob/master/aiohttp/connector.py#L660 (sorry, just have few typo commits, so it will be easy to read just code instead of commit). But I am not sure if it's a right solution. Can someone confirm? |
Also I got this warning for each opened connection when using ssl proxies:
|
Hi. I have notification about broken ssl proxy from private source. |
Same problem here. |
Fixed |
Hi!
I have my own proxy server which support both HTTP/HTTPS with authentication and works fine with
requests
/urllib.request
. But with aiohttpProxyConnector
I got 407 error when trying to load HTTPS page via GET request (everything is okay with HTTP).The text was updated successfully, but these errors were encountered: