Replace SSL with TLS

This commit is contained in:
Matthew Grove
2019-05-15 09:30:07 +01:00
committed by GitHub
parent 8bd091dc08
commit 8fadf1d4ce

View File

@@ -19,8 +19,8 @@
<body> <body>
<h2>HTTPS</h2> <h2>HTTPS</h2>
<p> <p>
HTTPS is the 'Hypertext Transfer Protocol Secure', which means that it is a variation on the HTTP protocol - except it uses a secure socket layer HTTPS is the 'Hypertext Transfer Protocol Secure', which means that it is a variation on the HTTP protocol - except it uses transport layer security
(SSL) - an encryption protocol invoked by an HTTPS request, that enables authentication and encryption on the webpage being visited. SSL is (TLS) - an encryption protocol invoked by an HTTPS request, that enables authentication and encryption on the webpage being visited. SSL is
essentially the usage of digital passports, and it functions by hopping onto TCP protocols. It does not resend lost packets or essentially the usage of digital passports, and it functions by hopping onto TCP protocols. It does not resend lost packets or
miscommunicated' data, because this increases security. miscommunicated' data, because this increases security.
</p> </p>