Skip to main content

Antispam engine has limited cloud connectivity - Apache HTTP Proxy - Kennisbank / Server Solutions / ESET Mail Security for Exchange Server - ESET Tech Center

Antispam engine has limited cloud connectivity - Apache HTTP Proxy

Authors list

ISSUE

Security product reports: Antispam engine has limited cloud connectivity.
The Security product communicates over TCP/UDP port 53535 for improvement of performance and catch rate of antispam.

SOLUTION

When security products are configured to use a proxy for communcation, proxy settings can be set in Advanced setup- Tools - Proxy server :

please make sure this communication TCP/UDP port 53535 is allowed by the proxy.

If your using the Apache HTTP proxy please make the following changes to the proxy config.
The config file for Apache HTTP proxy can be found at the following location:

Windows:   C:\Program Files\Apache HTTP Proxy\conf\httpd.conf
Linux:  /etc/apache2/conf-available/proxy.conf 

  1. Add this Proxy Match to the config:

    #Allow AS Cloud over 53535
    <ProxyMatch ^.*e5.sk.*$>
    Allow from all
    </ProxyMatch>

  2. Add the following port numbert to the AllowCONNECT record: 53535

    AllowCONNECT 443 563 2222 8883 53535

  3. Save the config file.
  4. Restart the Apache HTTP Proxy service to commit the changes.

Add a comment

Please log in or register to submit a comment.

Need a password reminder?