Establish communication between a proxy server and the agent

If you use a proxy server, you have to establish communication between proxy and agent.

If you use a proxy server, you also have to modify the Tosca Commander Settings as described in chapter "Settings - DistributedExecution".

To configure your Tosca Distribution Agent for your proxy server, you have to modify the ToscaDistributionAgent.exe.config file. This file is located at %TRICENTIS_DEX_AGENT_HOME%.

In the userSettings section, modify the settings ProxyAdress, ProxyUsername, and ProxyPassword.

<userSettings>

<Tricentis.DistributionServer.Properties.Settings>

...

<setting name="ProxyAddress" serializeAs="String">

<value>http://10.1.17.13:4948</value>

</setting>

<setting name="ProxyUsername" serializeAs="String">

<value>User1</value>

</setting>

<setting name="ProxyPassword" serializeAs="String">

<value >Proxypassword</value>

</setting>

</Tricentis.DistributionServer.Properties.Settings>

</userSettings>