To manually configure the AccountServer to use a proxy service:
1. Set the LicenceProxyAuto option to False in the settings.xml file.
<LicenceProxyAuto
choices="True,False"
default="True">False</LicenceProxyAuto>
2. Set the LicenceProxyIP and LicenceProxyPort, and optionally the username and password options. For example:
<LicenceProxyIP>172.16.10.5</LicenceProxyIP>
<LicenceProxyPassword>Password123</LicenceProxyPassword>
<LicenceProxyPort
default="8080">8080</LicenceProxyPort>
<LicenceProxyUserName>rsteele</LicenceProxyUserName>
Note: If the settings are not shown in the settings.xml file, they can be added manually.
Comments
0 comments
Please sign in to leave a comment.