JFrog CLI supports using an HTTP or HTTPS proxy. To configure proxy support, you must set the HTTP_PROXY or HTTPS_PROXY environment variable with the proxy URL.
The HTTP_PROXY , HTTPS_PROXY , and NO_PROXY environment variables are industry standards for proxy configuration.
Variable Name | Description |
|---|---|
| Determines a URL to an HTTP proxy. |
| Determines a URL to an HTTPS proxy. |
| Use this variable to specify a comma-separated list of IP addresses, subnets, or domains that should bypass the proxy. The list should not contain protocols or ports. For syntax details, see the standard Go |