Plesk

Websites hosted in Plesk are down after an update or reboot of the server: ERR_CONNECTION_REFUSED

Symptoms

Cause

Firewalld is used along with Plesk Firewall. Since both services use the iptables utility, they are not compatible with each other and can cause such consequences as blocking all inbound and outbound connections to external services.

Resolution

  1. Connect to the Plesk server via SSH.

  2. Stop and disable firewalld:

    # systemctl stop firewalld && systemctl disable firewalld