Configure the Firewall

Access the server through SSH with an account with administrative privileges;

Open port TCP/443 on the local firewall with the following command:

$ firewall-cmd --permanent --add-service=https

Reload the firewall configuration with:

$ systemctl restart firewalld