HTTPS
|
Application layer | HTTP, HTTPS, SMTP, FTP, UUCP, NNTP, SSH, IRC, SNMP, SIP, RTP, Telnet ,... |
Transport layer | TCP, UDP, SCTP, DCCP, ... |
Network layer | IPv4, IPv6, ICMP, ARP, IGMP, ... |
Data link layer | Ethernet, Wi-Fi, Token ring, FDDI, PPP, ... |
Physical layer | RS-232, EIA-422, RS-449, EIA-485... |
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 algorithms supported.
In web pages that use HTTPS, the URL begins with 'https://' rather than 'http://'.
A common misconception among credit card users on the Web is that HTTPS "fully" protects their transaction when submitting a card purchase, when in reality it only encrypts their card information between their browser and the receiving Web server. At that point, their card information is typically stored in a server database (often not even immediately transmitted to a credit card processor), and it is the server and database that is usually attacked and compromised by unauthorized users.
See also
External links
- Technical Descriptions of Secured HTTP (http://www.javvin.com/protocolHTTPS.html)
- Technical specification of HTTP over TLS (RFC 2818) (http://www.ietf.org/rfc/rfc2818.txt)
- SSL/TLS Strong Encryption: An Introduction from the Apache HTTP Server Version 2.0 Documentation (http://httpd.apache.org/docs-2.0/ssl/ssl_intro.html)da:HTTPS
de:Hypertext Transfer Protocol Secure es:HTTPS ko:HTTPS id:HTTPS it:HTTPS nl:HTTPS ja:Secure HyperText Transfer Protocol nb:HTTPS pl:HTTPS ru:HTTPS sk:HTTPS fi:HTTPS zh:HTTPS