async-http-client icon indicating copy to clipboard operation
async-http-client copied to clipboard

Add HTTPS proxy support and fix broken test.

Open cgenrich opened this issue 4 years ago • 2 comments

cgenrich avatar Jun 30 '21 21:06 cgenrich

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.

xeron avatar Feb 02 '24 00:02 xeron