async-http-client
async-http-client copied to clipboard
Add HTTPS proxy support and fix broken test.
What happened to this PR? We tried using AHC (both v1 and v2) with HTTPS proxy (specifically squid with https_port enabled and self-signed certificate) and it's completely broken, both versions try to send plain request over TLS + v2 only uses securedPort when request protocol is https.