Configure the engine to use a web proxy
Proxy settings can be configured in an engine by adding them as an engine configuration.
On the machine on which you installed the engine, navigate to the
d1.conffile and add the following keys.KeyValueDescriptionhttp_proxyhttp://``<user:password@proxy-server:port#>For example
http://user:password@proxy-server:3128Environment uses HTTP proxy. Special characters must be escaped.
https_proxyhttps://``user:password@proxy-server:port#For example,
https://user:password@proxy-server:3128Environment uses HTTPS proxy. Special characters must be escaped.
no_proxyhttp://``<user:password@proxy-server:port#>For example
http://user:password@proxy-server:3128For specific addresses, a proxy bypass will be applied. Special characters must be escaped.
If the environment variables are not set, or you wish to use different settings than those specified in the environment variables, set the configuration with your specific proxy details in the
d1.conffile. For example:{"http_proxy": "http://proxy.host.local:8080", "https_proxy": "https://proxy.host.local:8443" "no_proxy": "https://proxy.host.local:8020"}Save the file.
On the machine where you installed the engine, navigate to the
upgrade.conffile and edit the file to sethttps_proxyto your proxy address. For example,https_proxy="https://proxy.host.local:8443".Save the file.
Last updated
Was this helpful?
