Port 8443 โ HTTPS Alt
TCP ยท Port 8443/TCP is used for HTTPS alternative services, allowing servers to offer an alternative protocol when the primary one (typically HTTP) is not available or secure. This port plays a crucial role in ensuring the integrity and confidentiality of communication between clients and servers.
- Port Number
- 8443
- Service Name
- HTTPS Alt
- Protocol
- TCP
- Common Software
- Tomcat, Cisco ASA
Security Notes
Review IANA registry for port 8443 usage. Apply principle of least privilege - only open ports that are required.
FAQ
Port 8443 is used for HTTPS Alt. Port 8443/TCP is used for HTTPS alternative services, allowing servers to offer an alternative protocol when the primary one (typically HTTP) is not available or secure. This port plays a crucial role in ensuring the integrity and confidentiality of communication between clients and servers. Common software: Tomcat, Cisco ASA.
Review IANA registry for port 8443 usage. Apply principle of least privilege - only open ports that are required.
Use nmap: nmap -p 8443 <target> or check locally: ss -tlnp | rg 8443