This document describes how to configure and use an HTTPS proxy.
You can configure an HTTPS proxy in the following ways:
export https_proxy=https://192.168.1.1:1111
export https_proxy=https://myproxy.com:1111
--https-proxy
option in the command line to configure an HTTPS proxy:# Example:
tccli cvm DescribeRegions --https-proxy https://192.168.1.1:1111
Was this page helpful?