Did not open 8443 - but it's accessible
Posted: 12 Apr 2016, 20:44
Hello,
on another VPS the opposite of the behavior I wrote about some minutes ago happens:
I only opened the following ports:
I did not define a csf.allow but I'm able to open https://example.com:8443
How is that possible?
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"
How is that possible?