How Do I Set a Proxy When Using CLI?
Question
When using CLI to upload a ZIP code package, how do I set a proxy server and identity information to complete authentication through the proxy gateway on the internal network?
Answer
Run the following command to set a proxy:
export HTTP_PROXY="http://user:password@proxyIp:proxyPort"
For more information, see https://www.cyberciti.biz/faq/unix-linux-export-variable-http_proxy-with-special-characters/.
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.