Lukas' Notes

web

Definition

HTTPS

HTTPS is the secure variant of HTTP, in which the HTTP protocol is encrypted with TLS. It runs on default port 443 and offers:

  • Confidentiality — content cannot be inspected by unauthorised parties.
  • Integrity — content cannot be modified by unauthorised parties.
  • Authentication — the client can verify that it is communicating with the intended party.