## Long story short The [docs](https://docs.aiohttp.org/en/stable/client_advanced.html#proxy-support) say `aiohttp` supports HTTPS proxies, but the [library](https://github.com/aio-libs/aiohttp/blob/master/aiohttp/client_reqrep.py#L467) raises an exception on HTTPS proxies, and there is [issue](https://github.com/aio-libs/aiohttp/issues/3816) to add support for them. ## Expected behaviour The [docs](https://docs.aiohttp.org/en/stable/client_advanced.html#proxy-support) shouldn't say HTTPS proxies are supported. ## Actual behaviour The [docs](https://docs.aiohttp.org/en/stable/client_advanced.html#proxy-support) say HTTPS proxies are supported.