Which port number does the HTTPS protocol use for secure web transmission?
HTTPS layers HTTP traffic over TLS/SSL encryption, and by IANA standard assignment, this secured web traffic is transmitted over TCP port 443. This differs from plain HTTP, which uses port 80.
Community Discussion