Issue
- ESET endpoint security product cannot connect to ESET Push Notification Service (EPNS)
- You receive 'The ESET Push Notification Service server cannot be reached' alert message in your Endpoint product
Solution
Configure Apache HTTP proxy on your ESET PROTECT Virtual Appliance (VA).
- Open a terminal and according to your OS version run the following commands as root:
- Create a configuration file reqtimeout.conf:
sudo touch /etc/httpd/conf.d/reqtimeout.conf
- Open the file in a text editor:
nano /etc/httpd/conf.d/reqtimeout.conf
- Type this setting into the file:
RequestReadTimeout header=0 body=0
- Press CTRL+X, type Y and press the Enter key to save the changes and close the file.
- Open the httpd.conf file:
nano /etc/httpd/conf/httpd.conf
- Add the following line at the end:
IncludeOptional conf.d/reqtimeout.conf
- Press CTRL+X, type Y and press the Enter key to save the changes and close the file.
- Restart the Apache HTTP Proxy service:
systemctl restart httpd
For more information about the enablement and configuration of Apache HTTP Proxy on ESET PROTECT Virtual Appliance, visit the ESET Online Help.
Reactie toevoegen
Log in of registreer om een reactie te plaatsen.