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


ヘルプとサポート

この記事はお役に立ちましたか?

フィードバック