EPNS service servers are not accessible

How Can We Help?

EPNS service servers are not accessible

If you get the EPNS service servers are not accessible Web Console error, follow these steps to disable the connection timeout limits:


sudo touch /etc/httpd/conf.d/reqtimeout.conf
nano /etc/httpd/conf.d/reqtimeout.conf

RequestReadTimeout header=0 body=0

nano /etc/httpd/conf/httpd.conf

IncludeOptional conf.d/reqtimeout.conf

systemctl restart httpd