Port 443 โ HTTPS
TCP ยท Port 443/TCP is used for secure web traffic, enabling HTTPS connections between clients and servers. This port plays a crucial role in encrypting data transmitted over the internet, ensuring confidentiality and integrity of online communications.
- Port Number
- 443
- Service Name
- HTTPS
- Protocol
- TCP
- Common Software
- Apache, Nginx, IIS, Caddy
Security Notes
Use TLS 1.2+. Disable SSLv2/SSLv3. Renew certificates regularly.
FAQ
Port 443 is used for HTTPS. Port 443/TCP is used for secure web traffic, enabling HTTPS connections between clients and servers. This port plays a crucial role in encrypting data transmitted over the internet, ensuring confidentiality and integrity of online communications. Common software: Apache, Nginx, IIS, Caddy.
Use TLS 1.2+. Disable SSLv2/SSLv3. Renew certificates regularly.
Use nmap: nmap -p 443 <target> or check locally: ss -tlnp | rg 443