Proxy Settings for Pre-Builts

Prev Next

Some network enviroments are set up to have a proxy between the Itential Platform server and the Internet. For those environments, Itential provides proxy support for both HTTP and HTTPS.

To fetch available Pre-builts from the Itential OpenSource Registry with a proxy server:

  1. Set the HTTP_PROXY environment variable in the session where Itential Platform is started.

    Example

    export HTTP_PROXY=http://insecure-proxy.uat.domain.io:3128
    

    Example

    export HTTPS_PROXY=https://internal-proxy.uat.domain.io:3128
    
  2. Optionally, set the username:password for authentication. If an authenticated proxy is not required, skip this setting.

    Example

    export HTTPS_PROXY=https://username:password@proxy.uat.itential.io:3128
    
  3. Restart Itential Platform to accept the settings.