Navigation:  Additional procedures >

Port 443 release

Previous  Top  Next

CentOS

To open the port 443 on CentOS distributions, execute the following commands:

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

firewall-cmd --reload

 

Ubuntu

To open port 443 on Ubuntu distributions, execute the following commands:

sudo ufw allow 443/tcp

sudo ufw reload