HTTPS

From PeformIQ Upgrade
Jump to navigation Jump to search

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