Internet connection

MetaDefender ICAP Server requires internet connection for online license activation.

Proxy configuration

Linux

Set variable https_proxy in file /etc/default/mdicapsrv.

Windows

From version v5.2.0

    1. Press Windows + R to open the Windows Run prompt
    1. Type in sysdm.cpl and click OK.
    1. Open the Advanced tab and click on the Environment Variables button in the System Properties window.
    1. Add the new System variable
    1. Input your proxy address and save

For older than v5.2.0

Under Windows use the netsh tool to set the proxy, e.g.: netsh winhttp set proxy <ADDRESS>

In some cases setting the proxy with netsh is not sufficient. In that case set the proxy by starting Internet Explorer with SYSTEM rights and configure the proxy in the settings. To do this please follow this article.

You might need to configure Windows proxy to bypass local addresses if you can't access Web Management Console from the host itself. Consult netsh documentation for additional configuration options.

No Proxy configuration

To avoid traffic between MD ICAP Server and MD Core go through proxy by setting on Proxy configuration, set no_proxy variable in file /etc/default/mdicapsrv

For example: MD ICAP Server under proxy setting want to connect o 2 MD Core servers with domain https: //local.core. awesomecompany .net:8008 and IP address: http://10.40.50.111:8008 then domain https: //local.core. awesomecompany .net:8008 and http://10.40.50.111:8008 should be set to variable no_proxy as below:

Linux

/etc/default/mdicapsrv
Copy

From MD ICAP Server 5.1.0 the cidr must be set with IP Address (10.40.50.111/32), with older version do not need follow cidr

E.g for older version than MD ICAP Server v5.1.0

no_proxy=10.40.50.111,.core.awesomecompany.net

Windows

Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard
  Last updated