how to open port 443?

Issues related to configuring your network
User avatar
jlehtone
Posts: 4530
Joined: 2007/12/11 08:17:33
Location: Finland

Re: how to open port 443?

Post by jlehtone » 2019/11/04 12:21:01

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'.

Post Reply