Page 2 of 2

Re: how to open port 443?

Posted: 2019/11/04 12:21:01
by jlehtone
1. httpd can listen any port. The port number does not convert http into https. You have to tell the httpd to SSL the traffic. Read documentation of httpd on how to do it.

2. You have effectively no firewall, because you allow everything.
Read the documentation of firewalld/firewall-cmd on how to locate and erase harmful rules from zone 'public'.