Expand description
HTTP CONNECT over TLS (HTTPS proxy).
Two modes are available:
- Verified (
skip_verify = false): loads the system CA store and performs full chain + hostname validation. Use thehttpsproxy type for this. - Insecure (
skip_verify = true): skips certificate validation entirely. Intended only for corporate proxies that present self-signed or internal-CA certificates. Use thehttps_insecureproxy type and ensure you trust the proxy host by other means.
Functions§
- connect
- Connect through an HTTPS CONNECT proxy.