https
https is an URI scheme syntactically identical to http.
http scheme is used for accessing resources using the Hypertext Transfer Protocol (HTTP).
https is not a separate protocol.
https scheme indicates that HTTP is to be used, but with a different default port and with an additional encryption layer between HTTP and TCP.
http uses port 80.
https uses port 443.
How do I enable SSL on the client?
© 2006 John Michael Pierobon