Difference between revisions of "HTTPS"

From PeformIQ Upgrade
Jump to navigation Jump to search
(New page: == Full Name == Secure Hypertext Transfer Protocol (also known as TLS and 'Secure HTTP') == Information == https is a URI scheme used to indicate a secure HTTP connection. It is...)
 
 
Line 11: Line 11:
* [http://en.wikipedia.org/wiki/Https Wikipedia entry on https]
* [http://en.wikipedia.org/wiki/Https Wikipedia entry on https]


[[Category:TERM]]
[[Category:TERMINOLOGY]]
[[Category:IT]]
[[Category:Internet]]

Latest revision as of 12:39, 25 January 2008

Full Name

Secure Hypertext Transfer Protocol (also known as TLS and 'Secure HTTP')

Information

https is a URI scheme used to indicate a secure HTTP connection. It is syntactically identical to the http:// scheme normally used for accessing resources using HTTP. Using an https: URL indicates that HTTP is to be used, but with a different default TCP port (443) and an additional encryption/authentication layer between the HTTP and TCP. This system was designed by Netscape Communications Corporation to provide authentication and encrypted communication and is widely used on the World Wide Web for security-sensitive communication such as payment transactions and corporate logons.

Related Links