Updating config.yaml for Proxy Server

This topic describes the updates in config.yaml file for using proxy server for external communication.

About this task

To update the properties in config.yaml for using proxy server for external communication, complete the following steps:

Procedure

  1. Update the existing lines in server section of config.yaml for the long and short workers as shown here:
    longTaskProcessJvmOptions="-Xmx2g -Dhttps.proxyHost=<HOST> -Dhttps.proxyPort=<PORT>" 
    shortTaskProcessJvmOptions="-Dhttps.proxyHost=<HOST> -Dhttps.proxyPort=<PORT>"

    where:

    • <HOST> is the IP address or domain name of the proxy server. For example: Proxy IP/FQDN/Hostname.
    • <PORT> is the Port number of the proxy server.
  2. Go to "JVM Options" under "runtime" section of config.yaml and update the following option for JVM as shown here:
    option4= -Dhttps.proxyHost=<HOST>
    option5= -Dhttps.proxyPort=<PORT>

    where:

    • <HOST> is the IP address or domain name of the proxy server. For example: Proxy IP/FQDN/Hostname.
    • <PORT> is the Port number of the proxy server.