Hi!
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).