Networking
HTTP proxy environment variables#
Warning
Proxies which require passwords are not supported.
If your Tower instance must access the internet via a proxy server, the settings can be configured using:
http_proxy
: Defines the proxy server to be used for HTTP connections.https_proxy
: Defines the proxy server to be used for HTTPS connections.no_proxy
: Defines one or more host names that should not use the proxy server.
Example:
1 2 3 4 |
|
Tip
The above environment variables can be either lowercase or uppercase.
Isolated environments#
If you are deploying Tower in an environment that has no external internet access, ensure that no pipeline assets or parameters in your configuration contain external links, as this will lead to connection failures.