• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Is port 80 secure?

Unclemo

Banned
This may be a dumb question😕... but is port 80 secure? On one of my PCs I have 80 as my secure port number for IE. Thanks
 
Port 80 is not secure. It is used by HTTP
Port 443 is used by HTTPS. The S at the end stands for secure 😀
 
sorry double... I think my secure settings are all messed up. Of course I am using Starband so my connection is always faulty...
 
Different applications open different TCP ports for their use. To ask if one is secure or not depends on the app. If the BackOrifice trojan is listening on port 2038, no that's not secure. If the SSH daemon is listening on port 2038 then yes, that's pretty secure.


There are some standards - IE, http listens on port 80, https on 443, FTP on port 21, SMTP on 25, etc. The security of these apps depends on what server is being used? IIS on port 80? Not really very secure? Apache? Much better.

In short, it depends on the app that's listening, not the specific port.

- G
 
Back
Top