Skip to main content
Version: 2.2.1

Port 443 release

CentOS​

To free port 443 on CentOS distributions, run the following commands:

firewall-cmd --permanent --zone=public --add-port=443/tcp
firewall-cmd --reload

Ubuntu​

To free port 443 on CentOS distributions, run the following commands:

sudo ufw allow 443/tcp
sudo ufw reload