Replace SSL with TLS
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user