<!-- Properties defined here will be added to the IServer.getProperties() collection -->
<Properties>
<Property>
<Name>licenseServerProxyAddress</Name>
<Value>myproxyhost</Value>
</Property>
<Property>
<Name>licenseServerProxyPort</Name>
<Value>8080</Value>
<Type>Integer</Type>
</Property>
</Properties>
请确认你的网络环境中的代理服务器IP地址licenseServerProxyAddress 和 代理端口licenseServerProxyPort是准确的,不要搞错了。
www.ttstream.com
如果你的代理服务器需要对访问进行认证,请在相同的<Properties>增加以下参数对代理服务的用户名和密码进行设置:
<Property>
<Name>licenseServerProxyUsername</Name>
<Value>[proxy-username]</Value>
</Property>
<Property>
<Name>licenseServerProxyPassword</Name>
<Value>[proxy-password]</Value>
</Property>
