Paperlined.org
standards > ssl_tls
document updated 20 years ago, on Sep 27, 2005

Certain very-restrictive corporate proxies will only let you CONNECT to a remote port :443.

This presents somewhat of a problem if you intend on using port 443 heavily. One, unix machines often will not let normal users listen on it. Two, often you may want to use that port for multiple things (https:// serving being the most obvious).

So... how do we allow multiple services to simultaneously sit on port 443?