Port 8443 — Alternate HTTPS / Tomcat TLS
8443 is commonly chosen for alternate HTTPS, including Tomcat’s TLS example. The port number itself does not activate TLS.
Registry assignments, software defaults and local listeners are different things. A port number alone does not identify or secure a service.
Configuration and troubleshooting
Check the TLS Connector, certificate and explicit https:// URL. Tomcat’s redirectPort names a redirect destination; it does not create a TLS listener.
Important limitations
Certificate identity normally concerns the hostname, not the port. Continue validating certificates and update proxies, callbacks and access rules after a change.
Read-only checks: run on the server host
Choose the commands for your OS. Check TCP and UDP separately. No result is not a lasting availability guarantee; inspect host and container separately.
Linux
sudo ss -ltnp 'sport = :8443'macOS
sudo lsof -nP -iTCP:8443 -sTCP:LISTENWindows PowerShell
Get-NetTCPConnection -LocalPort 8443 -State ListenSources and review
Sources checked on:
This review covers the explanations and sources on this page, not your device or every community software entry below.
Software Using This Port (8 software)
Community software entries: links are references, not individual verification.
SSL Web Services
SSL Webservice
HTTPS Alternative Port
HTTPSPortWebApplicationAPI
Usage Suggestions
- Before using port 8443, please confirm it is not occupied by other services
- If you encounter port conflicts, consider using other ports or stopping the occupying service
Quick Info
- Port
- 8443
- Protocol
- TCP
- Categories
- Web & HTTP Services
- Usage Status
- 8 software in use
Related Ports
Need Help?
If you find incorrect information or need to add more, please submit correction information.
Submit Correction