Closed UchihaYuki closed 2 years ago
did you find any solution?
I just posted up that PR which fixes this issue.
Yep, also facing this issue. The TLS handshake to proxy contains hostname of actual target:
Closed in https://github.com/delvedor/hpagent/pull/65.
The following code work:
But if I use an HTTPS server instead
It will give me the following error
It seems it mess up with the certificate of request and proxy server.
The same HTTPS proxy server work with https-proxy-agent (But that packet has some other problems)