tencent cloud

Tencent Cloud Command Line Interface

Product Introduction
Purchase Guide
Operation Guide
Installing TCCLI
Configuring TCCLI
Using TCCLI

Using an HTTPS Proxy

PDF
포커스 모드
폰트 크기
마지막 업데이트 시간: 2023-02-21 10:41:36
This document describes how to configure and use an HTTPS proxy.

Directions

You can configure an HTTPS proxy in the following ways:
Run the following command based on the operating system that you use to configure an HTTPS proxy in an environment variable:
Linux\\Unix and macOS
Windows
export https_proxy=https://192.168.1.1:1111
export https_proxy=https://myproxy.com:1111
setx http_proxy=https://192.168.1.1:1111
set http_proxy=https://myproxy.com:1111
# setx means to set a permanent environment variable. Restart the terminal for the setting to take effect.
Run the following command and use the --https-proxy option in the command line to configure an HTTPS proxy:
# Example:
tccli cvm DescribeRegions --https-proxy https://192.168.1.1:1111


도움말 및 지원

문제 해결에 도움이 되었나요?

피드백