Configuring a Web Proxy Server for Activation of Serial Keys
NOT AVAILABLE IN SAAS
When the Ekran System Application Server is installed on a computer that is part of a local network, access to a larger-scale network such as the Internet may be performed via a proxy server. In this case, to avoid issues with serial key activation, the proxy server parameters need to be defined in the server configuration file.
To define the proxy server parameters in the server configuration file, do the following:
1. On the computer with the Ekran System Application Server installed, navigate to the folder containing the EkranServer.exe.conf file, which by default is:
C:\Program Files\Ekran System\Ekran System\Server.
2. Open the EkranServer.exe.conf file, and do one of the following:
• To configure the proxy server for versions of Ekran System before 6.47.1, in the BasicHttpBinding section, define the proxy server IP address and port, and then set the useDefaultWebProxy value to false, as shown in the following example:
// <basicHttpBinding> <binding name="GetLicenseBinding" proxyAddress="http://10.0.0.000:10" useDefaultWebProxy="false" /> <binding name="GUIDDeactivationBinding" proxyAddress="http://10.0.0.000:10" useDefaultWebProxy="false" /> <binding name="GetLicensesByHwidBinding" proxyAddress="http://10.0.0.000:10" useDefaultWebProxy="false" /> <binding name="GetTrialBinding" proxyAddress="http://10.0.0.000:10" useDefaultWebProxy="false" /> <binding name="GetLicenseByGuidBinding" proxyAddress="http://10.0.0.000:10" useDefaultWebProxy="false" /> <binding name="GetActualVersionBinding" proxyAddress="http://10.0.0.000:10" useDefaultWebProxy="false" /> </basicHttpBinding> |
---|
• [To configure the proxy server for Ekran System version 6.47.1, in the appSettings section, add the <add key="LicensingPortalProxyAddress" value="http://10.0.0.000:10" /> line of code, as shown in the following example:
<appSettings> <!-- --> <add key="LicensingPortalProxyAddress" value="http://10.0.0.000:10" /> <!-- --> </appSettings> |
---|
3. Restart the EkranServer service.