net/http: HTTPS proxies support #11332
Labels
FeatureRequest
Issues asking for a new feature that does not need a proposal.
FrozenDueToAge
help wanted
NeedsFix
The path to resolution is known, but the work has not been done.
Milestone
net/http supports HTTP proxies, where HTTPS is achieved with CONNECT. It would be nice to add support for HTTPS proxies (https://www.chromium.org/developers/design-documents/secure-web-proxy), where the client first establishes a TLS connection to the proxy.
http://tip.golang.org/src/net/http/transport.go?#L754
Maybe Transport.DialTLS (http://godoc.org/net/http#Transport) could be used for that. Currently it says:
The text was updated successfully, but these errors were encountered: