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/.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.