Proxy support

You can use Vectice with an HTTP and an HTTPS proxy server. To route all Vectice traffic through the proxy server, set the environment variable to the proxy URL.

HTTP Example

HTTP_PROXY = "http://user:password@proxy.host.com:port"

Environment variables:

  • HTTP_PROXY is the proxy to use for HTTP requests.

  • HTTPS_PROXY is the proxy to use for HTTPS requests. In most cases, this is the same as HTTPS_PROXY.

  • PROXY is your personal proxy.

  • NO_PROXY is a comma-separated list of DNS suffixes or IP addresses that can be accessed without passing through the proxy.