The HTTPS reference article from the English Wikipedia on 24-Jul-2004
(provided by Fixed Reference: snapshots of Wikipedia from wikipedia.org)

HTTPS

Have you considered sponsoring a child
HTTPS is the secure version of HTTP, the communication protocol of the World Wide Web. It was invented by Netscape Communications Corporation to provide authentication and encrypted communication and is used in electronic commerce.

Instead of using plain text socket communication, HTTPS encrypts the session data using either a version of the SSL (Secure Socket Layer) protocol or the TLS (Transport Layer Security) protocol, thus ensuring reasonable protection from eavesdroppers, and man in the middle attacks. The default TCP/IP port of HTTPS is 443.

The level of protection depends on the correctness of the implementation by the web browser and the server software and the actual cryptographic algorithmss supported.

In web pages that use HTTPS, the URL begins with with 'https://' rather than 'http://'.

See also

External link