Hypertext Transfer Protocol, Secure: Difference between revisions

From ACT Wiki
Jump to navigationJump to search
imported>Charles Cresswell
No edit summary
imported>Doug Williamson
(Add link.)
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
''Cybersecurity.''
(HTTPS).  
(HTTPS).  
A protocol which provides a secure connection for transferring for documents over the web.


HTTPS combines a normal HTTP interaction but with an additional encryption/authentication layer over an encrypted Secure Sockets Layer (SSL) or Transport Layer Security (TLS).  
A protocol which provides a secure connection for transferring documents over the web.
 
HTTPS incorporates a normal HTTP interaction but with an additional encryption/authentication layer over an encrypted Secure Sockets Layer (SSL) or Transport Layer Security (TLS).  


HTTPS is widely used on the World Wide Web for security-sensitive communications such as payment transactions and corporate logons.
HTTPS is widely used on the World Wide Web for security-sensitive communications such as payment transactions and corporate logons.
Often abbreviated in lower case as ''https''.


== See also ==
== See also ==
* [[Cybersecurity]]
* [[Encryption]]
* [[Internet]]
* [[Protocol]]
* [[Transport Layer Security]]
* [[Transport Layer Security]]
* [[URL]]
* [[World wide web]]  (www)


[[Category:Technology_and_Systems]]
[[Category:Technology]]

Latest revision as of 17:28, 31 October 2022

Cybersecurity.

(HTTPS).

A protocol which provides a secure connection for transferring documents over the web.

HTTPS incorporates a normal HTTP interaction but with an additional encryption/authentication layer over an encrypted Secure Sockets Layer (SSL) or Transport Layer Security (TLS).

HTTPS is widely used on the World Wide Web for security-sensitive communications such as payment transactions and corporate logons.


Often abbreviated in lower case as https.


See also