What HTTP and HTTPS Actually Are

HTTP — HyperText Transfer Protocol — is the foundational set of rules that governs how data travels between your browser and a web server. When you type a web address and press enter, HTTP is the language your browser and the site use to ask for and deliver content. To understand that journey in detail, see what actually happens when you type a URL and hit Enter.

HTTPS is the same protocol with one critical addition: encryption. The 'S' stands for Secure, and it means all data exchanged between your browser and the server is scrambled using TLS (Transport Layer Security). Even if someone intercepts the data mid-transfer, they see only unreadable gibberish rather than your password or credit card number.

The padlock icon in your browser's address bar is the visual indicator that a site is using HTTPS. Its absence — or a 'Not Secure' warning — means the connection is unencrypted.

How Encryption Actually Protects You

When you connect to an HTTPS site, your browser and the server perform a rapid handshake to verify the site's identity (via a digital certificate issued by a trusted authority) and agree on an encryption key. From that point on, all data is encrypted before it leaves your device and decrypted only on arrival at the server — and vice versa.

With plain HTTP, the data flows in readable plain text. Anyone positioned between you and the server — a rogue access point operator at a coffee shop, a network snoop on shared Wi-Fi, or an ISP — can potentially read or alter that data. This type of attack is called a man-in-the-middle attack.

CriterionHTTPHTTPS
Data encryption None — plain text TLS encryption in transit
Identity verification No certificate required Digital certificate from trusted authority
Browser indicator 'Not Secure' warning Padlock icon
Risk on public Wi-Fi High — data readable by others Lower — data encrypted
Safe for logins/payments No Yes (if site itself is legitimate)
Protects against phishing No No — padlock ≠ trustworthy site

HTTPS addresses this by ensuring confidentiality (data cannot be read), integrity (data cannot be silently altered in transit), and authentication (you are actually talking to the real site, not an impersonator).

What the Padlock Does Not Guarantee

One of the most important misconceptions about HTTPS is that it equals trustworthy. The padlock tells you the connection is encrypted — it says nothing about whether the site itself is legitimate.

The Padlock Confirms Encryption, Not Legitimacy

As of recent years, the majority of phishing sites use HTTPS with valid certificates, because certificates are free and easy to obtain. Browsers have even begun phasing out the padlock as a 'trust' indicator in favor of more neutral iconography. Treat the padlock as a necessary minimum — not a seal of approval. Always double-check the full domain name before entering any sensitive information.

Phishing websites routinely use HTTPS. A convincing fake bank login page can display a padlock while still being designed to steal your credentials. The encryption just means your stolen credentials travel securely to the criminal's server.

Always verify you are on the correct domain, not merely that a padlock is present. Look for subtle misspellings — paypa1.com instead of paypal.com, for example. For a broader look at habits that genuinely protect you, see a practical online safety primer.

When You Are Most at Risk

The risk gap between HTTP and HTTPS widens considerably in certain situations:

  • Public Wi-Fi: Open networks at airports, hotels, and cafés make it easy for others on the same network to intercept unencrypted traffic. HTTPS is your baseline defense — though it is not a complete solution. For context on additional tools and their real limits, see what a VPN does and what it doesn't.
  • Login pages: Submitting a username and password over HTTP is equivalent to writing them on a postcard. Any observer can read them.
  • Checkout forms: Payment details entered over HTTP are exposed in plain text during transmission.
  • Form submissions: Even seemingly minor data — email addresses, health queries, personal messages — deserves encrypted transport.

HTTPS alone does not cover every threat. Combine it with strong, unique passwords and two-factor authentication for layered account security. For a comprehensive view of how personal data gets exposed online, protecting personal information online provides an end-to-end overview.

95%+

Chrome page loads over HTTPS

Google's transparency report consistently shows that the vast majority of pages loaded in Chrome use HTTPS, reflecting how widely the protocol has been adopted.

Over 80%

Phishing sites using HTTPS

The Anti-Phishing Working Group (APWG) has reported that a large and growing share of phishing sites operate over HTTPS, underscoring that encryption alone does not indicate legitimacy.