Did not open 8443 - but it's accessible

Post Reply
Brutus Forcus
Junior Member
Posts: 3
Joined: 12 Apr 2016, 19:57

Did not open 8443 - but it's accessible

Post by Brutus Forcus »

Hello,

on another VPS the opposite of the behavior I wrote about some minutes ago happens:


I only opened the following ports:

Code: Select all

# Allow incoming TCP ports
TCP_IN = "20,21,25,53,80,443"

# Allow outgoing TCP ports
TCP_OUT = "20,21,22,25,53,80,110,113,443,587,993,995"
I did not define a csf.allow but I'm able to open https://example.com:8443

How is that possible?
Elizine
Junior Member
Posts: 40
Joined: 17 Aug 2015, 13:04

Re: Did not open 8443 - but it's accessible

Post by Elizine »

Is the firewall enabled on this server? Try to disable it and run bootstrapper repair procedure.
Post Reply