This topic is relevant for NextGen Synchronizer only, embedded in Agile Manager's configuration area. For details about the ALM Synchronizer, see for .
By default, the connection between the Integration Bridge and ALM is not authenticated by proxy. To configure a proxy, do the following, as a Windows administrator user.
In the <Integration Bridge installation directory>\product\domain\alm-11.5\conf folder, open the proxy.properties file.
To use a proxy, change the setProxy value to true.
If this value is false, proxy settings are ignored and no proxy is used.
Set the proxy host and port values:
Change the proxyHost value to the proxy IP address or server name.
Change the proxyPort value to the relevant port for the proxy.
When proxyHost has a value, proxyPort is mandatory.
setProxy=true
proxyHost=123.45.6.7
proxyPort=1234
proxyUser=
proxyPass=
If the proxy requires authentication:
Change the proxyUser value to the proxy user name.
Change the proxyPass value to the proxy password.
When proxyUser has a value, proxyPass is mandatory.
setProxy=true
proxyHost=123.45.6.7
proxyPort=1234
proxyUser=MyUserName
proxyPass=MyPassword
Save the proxy.properties file.
Restart the Integration Bridge. For details, see Manage the bridge agent and service.
Tip: If authentication fails, verify that the contents of the proxy.properties file are syntactically correct and contain valid values.