Photo contest Wiki Loves Earth:
An international photography competition where you can showcase Englandâs unique natural environment and potentially win a prize.
Hypertext Transfer Protocol Secure (HTTPS) is an extension of the Hypertext Transfer Protocol (HTTP). It uses encryption for secure communication over a computer network, and is widely used on the Internet.1 2 In HTTPS, the communication protocol is encrypted using Transport Layer Security (TLS) or, formerly, Secure Sockets Layer (SSL). The protocol is therefore also referred to as HTTP over TLS,3 or HTTP over SSL.
The principal motivations for HTTPS are authentication of the accessed website and protection of the privacy and integrity of the exchanged data while it is in transit. It protects against man-in-the-middle attacks, and the bidirectional block cipher encryption of communications between a client and server protects the communications against eavesdropping and tampering.4 5 The authentication aspect of HTTPS requires a trusted third party to sign server-side digital certificates. This was historically an expensive operation, which meant fully authenticated HTTPS connections were usually found only on secured payment transaction services and other secured corporate information systems on the World Wide Web. In 2016, a campaign by the Electronic Frontier Foundation with the support of web browser developers led to the protocol becoming more prevalent.6 HTTPS is since 2018 7 used more often by web users than the original, non-secure HTTP, primarily to protect page authenticity on all types of websites, secure accounts, and keep user communications, identity, and web browsing private.
Overview
URL beginning with the HTTPS scheme and the WWW domain name label
The Uniform Resource Identifier (URI) scheme HTTPS has identical usage syntax to the HTTP scheme. However, HTTPS signals the browser to use an added encryption layer of SSL/TLS to protect the traffic. SSL/TLS is especially suited for HTTP, since it can provide some protection even if only one side of the communication is authenticated. This is the case with HTTP transactions over the Internet, where typically only the server is authenticated (by the client examining the serverâs certificate).
HTTPS creates a secure channel over an insecure network. This ensures reasonable protection from eavesdroppers and man-in-the-middle attacks, provided that adequate cipher suites are used and that the server certificate is verified and trusted.
Because HTTPS piggybacks HTTP entirely on top of TLS, the entirety of the underlying HTTP protocol can be encrypted. This includes the requestâs URL, query parameters, headers, and cookies (which often contain identifying information about the user). However, because website addresses and port numbers are necessarily part of the underlying TCP/IP protocols, HTTPS cannot protect their disclosure. In practice this means that even on a correctly configured web server, eavesdroppers can infer the IP address and port number of the web server, and sometimes even the domain name (e.g. www.example.org, but not the rest of the URL) that a user is communicating with, along with the amount of data transferred and the duration of the communication, though not the content of the communication.4
Web browsers know how to trust HTTPS websites based on that come pre-installed in their software. Certificate authorities are in this way being trusted by web browser creators to provide valid certificates. Therefore, a user should trust an HTTPS connection to a website if and only if all of the following are true:
- The user trusts that their device, hosting the browser and the method to get the browser itself, is not compromised (i.e. there is no supply chain attack).
- The user trusts that the browser software correctly implements HTTPS with correctly pre-installed certificate authorities.
- The user trusts the certificate authority to vouch only for legitimate websites (i.e. the certificate authority is not compromised and there is no mis-issuance of certificates).
- The website provides a valid certificate, which means it was signed by a trusted authority.
- The certificate correctly identifies the website (e.g., when the browser visits â https://example.com â, the received certificate is properly for âexample.comâ and not some other entity).
- The user trusts that the protocolâs encryption layer (SSL/TLS) is sufficiently secure against eavesdroppers.
HTTPS is especially important over insecure networks and networks that may be subject to tampering. Insecure networks, such as public Wi-Fi access points, allow anyone on the same local network to packet-sniff and discover sensitive information not protected by HTTPS. Additionally, some free-to-use and paid WLAN networks have been observed tampering with webpages by engaging in packet injection in order to serve their own ads on other websites. This practice can be exploited maliciously in many ways, such as by injecting malware onto webpages and stealing usersâ private information.8
HTTPS is also important for connections over the Tor network, as malicious Tor nodes could otherwise damage or alter the contents passing through them in an insecure fashion and inject malware into the connection. This is one reason why the Electronic Frontier Foundation and the Tor Project started the development of HTTPS Everywhere,4 which is included in Tor Browser.9
As more information is revealed about global mass surveillance and criminals stealing personal information, the use of HTTPS security on all websites is becoming increasingly important regardless of the type of Internet connection being used.10 11 Even though metadata about individual pages that a user visits might not be considered sensitive, when aggregated it can reveal a lot about the user and compromise the userâs privacy.12 13 14
Deploying HTTPS also allows the use of HTTP/2 and HTTP/3 (and their predecessors SPDY and QUIC), which are new HTTP versions designed to reduce page load times, size, and latency.
It is recommended to use HTTP Strict Transport Security (HSTS) with HTTPS to protect users from man-in-the-middle attacks, especially SSL stripping.14 15
HTTPS should not be confused with the seldom-used Secure HTTP (S-HTTP) specified in RFC 2660.
As of April 2018, 33.2% of Alexa top 1,000,000 websites use HTTPS as default 16 and 70% of page loads (measured by Firefox Telemetry) use HTTPS.17 As of December 2022, 58.4% of the Internetâs 135,422 most popular websites have a secure implementation of HTTPS,18 However, despite TLS 1.3 âs release in 2018, adoption has been slow, with many still remaining on the older TLS 1.2 protocol.19
Browser integration
Most browsers display a warning if they receive an invalid certificate. Older browsers, when connecting to a site with an invalid certificate, would present the user with a dialog box asking whether they wanted to continue. Newer browsers display a warning across the entire window. Newer browsers also prominently display the siteâs security information in the address bar. Extended validation certificates show the legal entity on the certificate information. Most browsers also display a warning to the user when visiting a site that contains a mixture of encrypted and unencrypted content. Additionally, many web filters return a security warning when visiting prohibited websites.
The Electronic Frontier Foundation, opining that âIn an ideal world, every web request could be defaulted to HTTPSâ, has provided an add-on called HTTPS Everywhere for Mozilla Firefox, Google Chrome, Chromium, and Android, which enables HTTPS by default for hundreds of frequently used websites.20 21
Forcing a web browser to load only HTTPS content has been supported in Firefox starting in version 83.22 Starting in version 94, Google Chrome is able to âalways use secure connectionsâ if toggled in the browserâs settings.23 24
Security
The security of HTTPS is that of the underlying TLS, which typically uses long-term public and private keys to generate a short-term session key, which is then used to encrypt the data flow between the client and the server. X.509 certificates are used to authenticate the server (and sometimes the client as well). As a consequence, and public key certificates are necessary to verify the relation between the certificate and its owner, as well as to generate, sign, and administer the validity of certificates. While this can be more beneficial than verifying the identities via a web of trust, the 2013 mass surveillance disclosures drew attention to certificate authorities as a potential weak point allowing man-in-the-middle attacks.25 26 An important property in this context is forward secrecy, which ensures that encrypted communications recorded in the past cannot be retrieved and decrypted should long-term secret keys or passwords be compromised in the future. Not all web servers provide forward secrecy.27
For HTTPS to be effective, a site must be completely hosted over HTTPS. If some of the siteâs contents are loaded over HTTP (scripts or images, for example), or if only a certain page that contains sensitive information, such as a log-in page, is loaded over HTTPS while the rest of the site is loaded over plain HTTP, the user will be vulnerable to attacks and surveillance. Additionally, cookies on a site served through HTTPS must have the secure attribute enabled. On a site that has sensitive information on it, the user and the session will get exposed every time that site is accessed with HTTP instead of HTTPS.14
Technical
HTTPS URLs begin with âhttps://â and use port 443 by default, whereas HTTP URLs begin with âhttp://â and use port 80 by default.
HTTP is not encrypted and thus is vulnerable to man-in-the-middle and eavesdropping attacks, which can let attackers gain access to website accounts and sensitive information, and modify webpages to inject malware or advertisements. HTTPS is designed to withstand such attacks and is considered secure against them (with the exception of HTTPS implementations that use deprecated versions of SSL).
Network layers
HTTP operates at the highest layer of the TCP/IP model âthe application layer; as does the TLS security protocol (operating as a lower sublayer of the same layer), which encrypts an HTTP message prior to transmission and decrypts a message upon arrival. Strictly speaking, HTTPS is not a separate protocol, but refers to the use of ordinary HTTP over an encrypted SSL/TLS connection.
HTTPS encrypts all message contents, including the HTTP headers and the request/response data. With the exception of the possible CCA cryptographic attack described in the limitations section below, an attacker should at most be able to discover that a connection is taking place between two parties, along with their domain names and IP addresses.
Server setup
To prepare a web server to accept HTTPS connections, the administrator must create a public key certificate for the web server. This certificate must be signed by a trusted for the web browser to accept it without warning. The authority certifies that the certificate holder is the operator of the web server that presents it. Web browsers are generally distributed with a list of signing certificates of major certificate authorities so that they can verify certificates signed by them.
Acquiring certificates
A number of commercial exist, offering paid-for SSL/TLS certificates of a number of types, including Extended Validation Certificates.
Letâs Encrypt, launched in April 2016,28 provides free and automated service that delivers basic SSL/TLS certificates to websites.29 According to the Electronic Frontier Foundation, Letâs Encrypt will make switching from HTTP to HTTPS âas easy as issuing one command, or clicking one button.â 30 The majority of web hosts and cloud providers now leverage Letâs Encrypt, providing free certificates to their customers.
The system can also be used for client authentication in order to limit access to a web server to authorized users. To do this, the site administrator typically creates a certificate for each user, which the user loads into their browser. Normally, the certificate contains the name and e-mail address of the authorized user and is automatically checked by the server on each connection to verify the userâs identity, potentially without even requiring a password.
An important property in this context is perfect forward secrecy (PFS). Possessing one of the long-term asymmetric secret keys used to establish an HTTPS session should not make it easier to derive the short-term session key to then decrypt the conversation, even at a later time. DiffieâHellman key exchange (DHE) and Elliptic-curve DiffieâHellman key exchange (ECDHE) are in 2013 the only schemes known to have that property. In 2013, only 30% of Firefox, Opera, and Chromium Browser sessions used it, and nearly 0% of Appleâs Safari and Microsoft Internet Explorer sessions.27 TLS 1.3, published in August 2018, dropped support for ciphers without forward secrecy. As of February 2019, 96.6% of web servers surveyed support some form of forward secrecy, and 52.1% will use forward secrecy with most browsers.31 As of July 2023, 99.6% of web servers surveyed support some form of forward secrecy, and 75.2% will use forward secrecy with most browsers.32
Certificate revocation
A certificate may be revoked before it expires, for example because the secrecy of the private key has been compromised. Newer versions of popular browsers such as Firefox,33 Opera,34 and Internet Explorer on Windows Vista 35 implement the Online Certificate Status Protocol (OCSP) to verify that this is not the case. The browser sends the certificateâs serial number to the certificate authority or its delegate via OCSP (Online Certificate Status Protocol) and the authority responds, telling the browser whether the certificate is still valid or not.36 The CA may also issue a CRL to tell people that these certificates are revoked. CRLs are no longer required by the CA/Browser forum,37 nevertheless, they are still widely used by the CAs. Most revocation statuses on the Internet disappear soon after the expiration of the certificates.38
Limitations
SSL (Secure Sockets Layer) and TLS (Transport Layer Security) encryption can be configured in two modes: simple and mutual. In simple mode, authentication is only performed by the server. The mutual version requires the user to install a personal client certificate in the web browser for user authentication.39 In either case, the level of protection depends on the correctness of the implementation of the software and the cryptographic algorithms in use.
SSL/TLS does not prevent the indexing of the site by a web crawler, and in some cases the URI of the encrypted resource can be inferred by knowing only the intercepted request/response size.40 This allows an attacker to have access to the plaintext (the publicly available static content), and the encrypted text (the encrypted version of the static content), permitting a cryptographic attack.
Because TLS operates at a protocol level below that of HTTP and has no knowledge of the higher-level protocols, TLS servers can only strictly present one certificate for a particular address and port combination.41 In the past, this meant that it was not feasible to use name-based virtual hosting with HTTPS. A solution called Server Name Indication (SNI) exists, which sends the hostname to the server before encrypting the connection, although older browsers do not support this extension. Support for SNI is available since Firefox 2, Opera 8, Apple Safari 2.1, Google Chrome 6, and Internet Explorer 7 on Windows Vista.42 43 44
A sophisticated type of man-in-the-middle attack called SSL stripping was presented at the 2009 Blackhat Conference. This type of attack defeats the security provided by HTTPS by changing the https:
link into an http:
link, taking advantage of the fact that few Internet users actually type âhttpsâ into their browser interface: they get to a secure site by clicking on a link, and thus are fooled into thinking that they are using HTTPS when in fact they are using HTTP. The attacker then communicates in clear with the client.45 This prompted the development of a countermeasure in HTTP called HTTP Strict Transport Security.
HTTPS has been shown to be vulnerable to a range of traffic analysis attacks. Traffic analysis attacks are a type of side-channel attack that relies on variations in the timing and size of traffic in order to infer properties about the encrypted traffic itself. Traffic analysis is possible because SSL/TLS encryption changes the contents of traffic, but has minimal impact on the size and timing of traffic. In May 2010, a research paper by researchers from Microsoft Research and Indiana University discovered that detailed sensitive user data can be inferred from side channels such as packet sizes. The researchers found that, despite HTTPS protection in several high-profile, top-of-the-line web applications in healthcare, taxation, investment, and web search, an eavesdropper could infer the illnesses/medications/surgeries of the user, his/her family income, and investment secrets.46
The fact that most modern websites, including Google, Yahoo!, and Amazon, use HTTPS causes problems for many users trying to access public Wi-Fi hot spots, because a captive portal Wi-Fi hot spot login page fails to load if the user tries to open an HTTPS resource.47 Several websites, such as NeverSSL,48 guarantee that they will always remain accessible by HTTP.49
History
Netscape Communications created HTTPS in 1994 for its Netscape Navigator web browser.50 Originally, HTTPS was used with the SSL protocol.51 The original SSL protocol was developed by Taher Elgamal, chief scientist at Netscape Communications.52 53 54 As SSL evolved into Transport Layer Security (TLS), HTTPS was formally specified by RFC 2818 55 in May 2000. Google announced in February 2018 that its Chrome browser would mark HTTP sites as âNot Secureâ after July 2018.51 This move was to encourage website owners to implement HTTPS, as an effort to make the World Wide Web more secure.
See also
- Transport Layer Security
- Bullrun (decryption program) â a secret anti-encryption program run by the US National Security Agency
- Computer security
- HSTS
- Opportunistic encryption
- Stunnel
References
External links
- RFC 8446: The Transport Layer Security (TLS) Protocol Version 1.3
Footnotes
-
âSecure your site with HTTPSâ. Google Support. Google Inc. Archived from the original on 1 March 2015. Retrieved 20 October 2018. â©
-
âWhat is HTTPS?â. Comodo CA Limited. Archived from the original on 12 February 2015. Retrieved 20 October 2018. Hyper Text Transfer Protocol Secure (HTTPS) is the secure version of HTTP [âŠ] â©
-
âhttps URI Schemeâ. HTTP Semantics. IETF. June 2022. sec. 4.2.2. doi:10.17487/RFC9110. RFC 9110. â©
-
âHTTPS Everywhere FAQâ. 8 November 2016. Archived from the original on 14 November 2018. Retrieved 20 October 2018. â© â©2 â©3
-
âUsage Statistics of Default protocol https for Websites, July 2019â. w3techs.com. Archived from the original on 1 August 2019. Retrieved 20 July 2019. â©
-
âEncrypting the Webâ. Electronic Frontier Foundation. Archived from the original on 18 November 2019. Retrieved 19 November 2019. â©
-
âMajority of the worldâs top million websites now use HTTPSâ. welivesecurity.com. Retrieved 22 May 2025. â©
-
âHotel Wifi JavaScript Injectionâ. JustInsomnia. 3 April 2012. Archived from the original on 18 November 2018. Retrieved 20 October 2018. â©
-
The Tor Project, Inc. âWhat is Tor Browser?â. TorProject.org. Archived from the original on 17 July 2013. Retrieved 30 May 2012. â©
-
Konigsburg, Eitan; Pant, Rajiv; Kvochko, Elena (13 November 2014). âEmbracing HTTPSâ. The New York Times. Archived from the original on 8 January 2019. Retrieved 20 October 2018. â©
-
Gallagher, Kevin (12 September 2014). âFifteen Months After the NSA Revelations, Why Arenât More News Organizations Using HTTPS?â. Freedom of the Press Foundation. Archived from the original on 10 August 2018. Retrieved 20 October 2018. â©
-
âHTTPS as a ranking signalâ. Google Webmaster Central Blog. Google Inc. 6 August 2014. Archived from the original on 17 October 2018. Retrieved 20 October 2018. You can make your site secure with HTTPS (Hypertext Transfer Protocol Secure) [âŠ] â©
-
Grigorik, Ilya; Far, Pierre (26 June 2014). âGoogle I/O 2014 - HTTPS Everywhereâ. Google Developers. Archived from the original on 20 November 2018. Retrieved 20 October 2018. â©
-
âHow to Deploy HTTPS Correctlyâ. 15 November 2010. Archived from the original on 10 October 2018. Retrieved 20 October 2018. â© â©2 â©3
-
âHTTP Strict Transport Securityâ. Mozilla Developer Network. Archived from the original on 19 October 2018. Retrieved 20 October 2018. â©
-
âHTTPS usage statistics on top 1M websitesâ. StatOperator.com. Archived from the original on 9 February 2019. Retrieved 20 October 2018. â©
-
âLetâs Encrypt Statsâ. LetsEncrypt.org. Archived from the original on 19 October 2018. Retrieved 20 October 2018. â©
-
âQualys SSL Labs - SSL Pulseâ. www.ssllabs.com. 4 December 2022. Archived from the original on 7 December 2022. Retrieved 7 December 2022.. â©
-
âTLS 1.3: Slow adoption of stronger web encryption is empowering the bad guysâ. Help Net Security. 6 April 2020. Archived from the original on 24 May 2022. Retrieved 23 May 2022. â©
-
Eckersley, Peter (17 June 2010). âEncrypt the Web with the HTTPS Everywhere Firefox Extensionâ. EFF blog. Archived from the original on 25 November 2018. Retrieved 20 October 2018. â©
-
âHTTPS Everywhereâ. EFF projects. 7 October 2011. Archived from the original on 5 June 2011. Retrieved 20 October 2018. â©
-
âHTTPS-Only Mode in Firefoxâ. Archived from the original on 12 November 2021. Retrieved 12 November 2021. â©
-
âManage Chrome safety and security - Android - Google Chrome Helpâ. support.google.com. Archived from the original on 7 March 2022. Retrieved 7 March 2022. â©
-
Venkat (19 July 2021). âHands on Chromeâs HTTPS-First Modeâ. Techdows. Archived from the original on 7 March 2022. Retrieved 7 March 2022. â©
-
Singel, Ryan (24 March 2010). âLaw Enforcement Appliance Subverts SSLâ. Wired. Archived from the original on 17 January 2019. Retrieved 20 October 2018. â©
-
Schoen, Seth (24 March 2010). âNew Research Suggests That Governments May Fake SSL Certificatesâ. EFF. Archived from the original on 4 January 2016. Retrieved 20 October 2018. â©
-
Duncan, Robert (25 June 2013). âSSL: Intercepted today, decrypted tomorrowâ. Netcraft. Archived from the original on 6 October 2018. Retrieved 20 October 2018. â© â©2
-
Cimpanu, Catalin (12 April 2016). âLetâs Encrypt Launched Today, Currently Protects 3.8 Million Domainsâ. Softpedia News. Archived from the original on 9 February 2019. Retrieved 20 October 2018. â©
-
Kerner, Sean Michael (18 November 2014). âLetâs Encrypt Effort Aims to Improve Internet Securityâ. eWeek.com. Quinstreet Enterprise. Archived from the original on 2 April 2023. Retrieved 20 October 2018. â©
-
Eckersley, Peter (18 November 2014).. Electronic Frontier Foundation. from the original on 18 November 2018. Retrieved 20 October 2018. â©
-
Qualys SSL Labs. âSSL Pulseâ. Archived from the original (3 February 2019) on 15 February 2019. Retrieved 25 February 2019. â©
-
âQualys SSL Labs - SSL Pulseâ. www.ssllabs.com. Retrieved 4 September 2023. â©
-
âMozilla Firefox Privacy Policyâ. Mozilla Foundation. 27 April 2009. Archived from the original on 18 October 2018. Retrieved 20 October 2018. â©
-
âOpera 8 launched on FTPâ. Softpedia. 19 April 2005. Archived from the original on 9 February 2019. Retrieved 20 October 2018. â©
-
Lawrence, Eric (31 January 2006). âHTTPS Security Improvements in Internet Explorer 7â. Microsoft Docs. Archived from the original on 24 October 2021. Retrieved 24 October 2021. â©
-
Myers, Michael; Ankney, Rich; Malpani, Ambarish; Galperin, Slava; Adams, Carlisle (20 June 1999). âOnline Certificate Status Protocol â OCSPâ. Internet Engineering Task Force. doi:10.17487/RFC2560. Archived from the original on 25 August 2011. Retrieved 20 October 2018. â©
-
âBaseline Requirementsâ. CAB Forum. 4 September 2013. Archived from the original on 20 October 2014. Retrieved 1 November 2021. â©
-
Korzhitskii, N.; Carlsson, N. (30 March 2021). âRevocation Statuses on the Internetâ. Passive and Active Measurement. Lecture Notes in Computer Science. Vol. 12671. pp. 175â 191. arXiv:2102.04288. doi:10.1007/978-3-030-72582-2_11. ISBN 978-3-030-72581-5. â©
-
âManage client certificates on Chrome devices â Chrome for business and education Helpâ. support.google.com. Archived from the original on 9 February 2019. Retrieved 20 October 2018. â©
-
Pusep, Stanislaw (31 July 2008). âThe Pirate Bay un-SSLâ (PDF). Archived (PDF) from the original on 20 June 2018. Retrieved 20 October 2018. â©
-
âSSL/TLS Strong Encryption: FAQâ. apache.org. Archived from the original on 19 October 2018. Retrieved 20 October 2018. â©
-
Lawrence, Eric (22 October 2005). âUpcoming HTTPS Improvements in Internet Explorer 7 Beta 2â. Microsoft. Archived from the original on 20 September 2018. Retrieved 20 October 2018. â©
-
âServer Name Indication (SNI)â. inside aebrahimâs head. 21 February 2006. Archived from the original on 10 August 2018. Retrieved 20 October 2018. â©
-
Pierre, Julien (19 December 2001). âBrowser support for TLS server name indicationâ. Bugzilla. Mozilla Foundation. Archived from the original on 8 October 2018. Retrieved 20 October 2018. â©
-
âsslstrip 0.9â. Archived from the original on 20 June 2018. Retrieved 20 October 2018. â©
-
Shuo Chen; Rui Wang; XiaoFeng Wang; Kehuan Zhang (20 May 2010). âSide-Channel Leaks in Web Applications: a Reality Today, a Challenge Tomorrowâ. Microsoft Research. IEEE Symposium on Security & Privacy 2010. Archived from the original on 22 July 2018. Retrieved 20 October 2018. â©
-
Guaay, Matthew (21 September 2017). âHow to Force a Public Wi-Fi Network Login Page to Openâ. Archived from the original on 10 August 2018. Retrieved 20 October 2018. â©
-
âNeverSSLâ. Archived from the original on 1 September 2018. Retrieved 20 October 2018. â©
-
Walls, Colin (2005). Embedded Software: The Works. Newnes. p. 344. ISBN 0-7506-7954-9. Archived from the original on 9 February 2019. Retrieved 20 October 2018. â©
-
âA secure web is here to stayâ. Chromium Blog. Archived from the original on 24 April 2019. Retrieved 22 April 2019. â© â©2
-
Messmer, Ellen. âFather of SSL, Dr. Taher Elgamal, Finds Fast-Moving IT Projects in the Middle Eastâ. Network World. Archived from the original on 31 May 2014. Retrieved 30 May 2014. â©
-
Greene, Tim. âFather of SSL says despite attacks, the security linchpin has lots of life leftâ. Network World. Archived from the original on 31 May 2014. Retrieved 30 May 2014. â©
-
Oppliger, Rolf (2016). âIntroductionâ. SSL and TLS: Theory and Practice (2nd ed.). Artech House. p. 13. ISBN 978-1-60807-999-5. Retrieved 1 March 2018 â via Google Books. â©
-
Rescorla, Eric (May 2000). HTTP Over TLS (Report). Internet Engineering Task Force. â©