I'm currently trying to use a proxy using aiohttp, when I remove proxy configuration it works, but when I add it back, it fails.
My proxy url is correct, I've validated that by simply using python-requests, call worked fine.
async with session.get(url, params=params, headers=headers, proxy=proxy['http'], proxy_auth=proxy_auth) as response:
Exact Error Messag:
raise client_error(req.connection_key, exc) from exc
aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host [somewebsite]:443 ssl:default [None]