Configuring proxy properties [ITA_Env]

About this task

To have the HCL Workload Automation Agent communicate with the Z controller through a proxy, edit the [ITA_Env] section in the JobManager.ini file as follows.

Note: On the controller, ensure that you have set the PROXY keyword in the ROUTOPTS statement.
Depending on the type of connection you are using, add or modify the following property:
SSL-secured connection
https_proxy
The URL of the proxy through which the agent communicates to the controller. The value is
https_proxy =http://<proxy_wks>:<proxy_wks_port>
where:
  • <proxy_wks> is the fully qualified host name of the workstation where the proxy is configured.
  • <proxy_wks_port> is the port number of the workstation where the proxy is configured.
Non SSL-secured connection
http_proxy
The URL of the proxy through which the agent communicates to the controller. The value is
http_proxy =http://<proxy_wks>:<proxy_wks_port>
where:
  • <proxy_wks> is the fully qualified host name of the workstation where the proxy is configured.
  • <proxy_wks_port> is the port number of the workstation where the proxy is configured.
Restart the agent after the property change.