Basic Computer Security/Web Security/HTTP HTTPS and SSL

From Wikibooks, open books for an open world
Jump to navigation Jump to search
Padlock


Introduction[edit | edit source]

HTTP, or Hypertext Transfer Protocol is an application protocol used by most webservers and web browsers.[1]. HTTP is used to transfer HTML (Hypertext Markup Language, essentially the language of the Internet) between servers and clients. HTTPS, or Hypertext Transfer Protocol Secure is a variation of the standard HTTP, in which the connection is layered with SSL, which stands for Secure Sockets Layer [2].

About HTTPS and SSL[edit | edit source]

HTTPS works by layering SSL over a standard HTTP connection, thus resulting in a more secure connection to the Internet. While other ways of securing an HTTP connection exist, such as SHTTP, HTTPS is by far the most well-known and widely used protocol. TSL, and its predecessor SSL are cryptographic protocols used for securing communications over the Internet. SSL is not only used in web browsing, but also in email, IM, and VoIP programs as well.

What It Means[edit | edit source]

These additional security protocols usually ensure that information cannot be read or intercepted before it reaches its destination. Use of a secure connection can usually be denoted by a lock icon in the address bar, or "https://" instead of "http://" preceding a URL. Use of secure connections is common for online shopping websites and websites that require personal information or financial/credit card information.


Return to the Main Page
  1. "HTTPS". instantssl.com. Retrieved 2015-04-17.
  2. "Secure Sockets Layer". instantssl.com. Retrieved 2016-04-20.