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
I have my own proxy server which support both HTTP/HTTPS with authentication and works fine with requests/urllib.request. But with aiohttp ProxyConnector I got 407 error when trying to load HTTPS page via GET request (everything is okay with HTTP).