Websites and Tech

SSL Certificate (HTTPS)

Also called TLS certificate, HTTPS

The certificate that encrypts traffic between a browser and your site, turning the address into HTTPS and removing browser warnings.

Quick facts: SSL Certificate (HTTPS)

Category
Websites and Tech
Also called
TLS certificate, HTTPS
Level
Beginner
Affects
Trust, browser warnings, payments, referrer data
Where to see it
Browser padlock and certificate viewer, hosting control panel, Search Console
In this article4
  1. How an SSL certificate works
  2. Why HTTPS matters
  3. Where SSL goes wrong
  4. How to act on it

How an SSL certificate works

A certificate is a small file issued by a certificate authority and installed on your server. It ties your domain name to a cryptographic key, and it lets the browser and the server agree on a scrambled connection before any page content is sent. Anyone sitting on the network in between — a shared office router, a café hotspot, a mobile operator — can see that a connection to your domain exists, but not the passwords, form fields or card details travelling inside it.

The certificate does two separate jobs. It enables the encryption, and it vouches for identity: it is proof that the server answering for your domain is the one entitled to. Certificates are issued for a fixed term and then expire, which is why renewal is the part that bites. Most hosts now issue and renew one automatically, and the encryption they provide is the same as a paid certificate; paid options add checks on the organisation behind the domain rather than stronger protection.

Why HTTPS matters

Browsers mark plain HTTP pages as not secure, and they do it most loudly on any page containing a form. A visitor who has never thought about certificates still reads that label as a reason to leave, and payment gateways will not process transactions over an unencrypted connection at all.

There is a measurement argument too. Traffic arriving from a secure site to an insecure one loses its referrer, so the source disappears into direct traffic and your reporting quietly degrades. Search engines have long treated HTTPS as a positive, if minor, signal.

Where SSL goes wrong

Expiry is the classic failure. Nothing about the site is broken, yet every visitor meets a full-page warning that most will not click past, and search engines can fail to fetch the pages while it stands. It is the most avoidable outage there is.

Next is mixed content: the page itself loads securely but an image, script or stylesheet is still requested over plain HTTP, so the padlock disappears or the asset is blocked outright. After that come coverage gaps — a certificate issued for the www address but not the bare domain, or a subdomain nobody remembered — and the redirect that was never set, leaving both an HTTP and an HTTPS copy of every page reachable at once. That duplication is worth fixing with a proper permanent redirect rather than a temporary one.

How to act on it

Automate the renewal, then monitor the expiry date independently, because automation fails quietly. Force one canonical secure address and redirect everything else to it in a single hop. After any switch, crawl the site for internal links and hardcoded asset paths still pointing at HTTP, and check that your analytics property, Search Console property and ad destination URLs all use the secure version.

Treat the certificate as one item on a maintenance rota rather than a launch task. Domain renewal, certificate renewal and server updates all cause outages that look identical from the outside, and the same routine website maintenance schedule should cover all three.

Do and do not

Do

  • Automate renewal and monitor the expiry date separately
  • Redirect every HTTP address to its HTTPS version
  • Fix mixed content so every asset loads securely

Do not

  • Assume HTTPS alone makes a site secure
  • Let a certificate lapse over a holiday weekend
  • Pay for a premium certificate expecting stronger encryption

Questions people ask about this

Does HTTPS make my website secure?

It secures the connection, not the site. HTTPS stops anyone on the network reading or altering what passes between a browser and your server. It does nothing about weak passwords, out-of-date plugins, a compromised hosting account or a badly written form. Treat it as one layer among several, alongside updates, backups and sensible access control.

What happens if the certificate expires?

Browsers stop trusting the connection and show a full-page warning before the site loads. Most visitors leave rather than click through it, ad clicks land on the warning instead of your page, and search engines may be unable to fetch the site while it persists. Automate the renewal and keep an independent reminder that fires well beforehand.

Do I need to pay for an SSL certificate?

Usually not. Most hosting plans now include a certificate and renew it automatically, and the encryption is identical to a certificate you buy. Paid certificates add verification of the organisation behind the domain and a support commitment, which matters far more to banks and large retailers than to a small business website.

Related terms

Found this useful?

Share it, or ask an AI to summarise it

Back to the glossary

Knowing the term is the easy part

Applying it to your own site and budget is the work. Book a call and I will tell you what actually applies to you.