Skip to main content

Module https

Module https 

Source
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 the https proxy 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 the https_insecure proxy type and ensure you trust the proxy host by other means.

Functions§

connect
Connect through an HTTPS CONNECT proxy.