Configure the Firewall
-
RHEL
-
Debian
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
Make sure to allow port 443 if you have any firewall set up.