Solutionunvalidated
You can set you client Transport to use both Transport.TLSClientConfig and Transport.DialTLSContext. Outcome: TLSClientConfig should be used for connections to destination HTTPS server and DialTLSContext - for connection to your HTTPS proxy.
59d72eaf-085b-4f80-a6f2-9391d91dd881
You can set you client Transport to use both Transport.TLSClientConfig and Transport.DialTLSContext. Outcome: TLSClientConfig should be used for connections to destination HTTPS server and DialTLSContext - for connection to your HTTPS proxy.