Technical8 min read25 April 2026

SSL/TLS Certificates Explained: A Complete Guide for UK Website Owners

From DV to EV certificates, Let's Encrypt to paid CAs — everything UK website owners need to know about choosing, installing, and maintaining SSL/TLS certificates.

What Is an SSL/TLS Certificate?

An SSL/TLS certificate is a small digital file that authenticates your website's identity and enables an encrypted connection between your server and your visitors' browsers. When installed correctly, it turns your site's address from http:// to https://, and displays the padlock icon that users have come to associate with safety.

Despite the name "SSL" persisting in common usage, the protocol itself was replaced by TLS (Transport Layer Security) years ago. TLS 1.2 and TLS 1.3 are the current standards — anything older is considered insecure and should be disabled immediately.

Types of SSL/TLS Certificates

Not all certificates are equal. They differ in the level of validation the Certificate Authority (CA) performs before issuing them:

Certificate TypeValidation LevelBest ForTypical Cost
Domain Validated (DV)Domain ownership onlyBlogs, personal sitesFree–£10/yr
Organisation Validated (OV)Business identity checkedSMEs, B2B sites£50–£200/yr
Extended Validation (EV)Rigorous legal checksBanks, large e-commerce£100–£500/yr
WildcardCovers all subdomainsMulti-subdomain sites£80–£300/yr
Multi-Domain (SAN)Multiple domainsAgencies, SaaS£100–£400/yr

For most UK small businesses, a DV certificate from Let's Encrypt (free) or your hosting provider is perfectly adequate. The days when EV certificates showed a green address bar in browsers are over — Chrome and Firefox removed that visual distinction in 2019, so the SEO and trust benefit of EV is now minimal for most use cases.

Let's Encrypt: The Free Option

Let's Encrypt is a free, automated Certificate Authority backed by the Internet Security Research Group (ISRG) and sponsored by major tech companies including Mozilla, Google, and Cisco. It issues DV certificates that are trusted by all major browsers.

The main practical difference from paid certificates is:

  • Validity period: Let's Encrypt certificates expire every 90 days (vs. up to 1 year for paid). Most hosting control panels (cPanel, Plesk) and platforms (Cloudflare, Netlify) auto-renew them.
  • Wildcard support: Available via the DNS-01 ACME challenge.
  • No warranty: Paid CAs offer financial warranties (typically £10,000–£1.75M) against mis-issuance, though these are rarely invoked in practice.

Common SSL/TLS Problems UK Websites Face

1. Mixed Content

This occurs when an HTTPS page loads resources (images, scripts, stylesheets) over HTTP. Browsers block or warn about mixed content, which breaks page functionality and triggers security warnings. The fix is to update all resource URLs to HTTPS.

2. Expired Certificates

A certificate that has lapsed causes browsers to display a full-page red warning, immediately destroying visitor trust. Set up auto-renewal and monitoring alerts. WebGuard checks certificate expiry and warns you 30 days in advance.

3. Weak Cipher Suites

Older cipher suites like RC4, DES, and 3DES are cryptographically broken. Your server should only offer TLS 1.2+ with strong AEAD cipher suites (AES-GCM, ChaCha20-Poly1305). Tools like SSL Labs and WebGuard will flag weak ciphers.

4. Missing HSTS

HTTP Strict Transport Security (HSTS) tells browsers to always use HTTPS for your domain, even if a user types http:// in the address bar. Without it, a network attacker can intercept the initial HTTP request before the redirect. Add this header to your server:

Strict-Transport-Security: max-age=31536000; includeSubDomains; preload

5. Self-Signed Certificates

Self-signed certificates are fine for internal development but should never be used on public-facing websites. Browsers will display an untrusted certificate warning that most visitors will not know how to bypass.

How to Check Your Certificate Health

Run a free WebGuard scan on your domain. The report checks:

  • Certificate validity and expiry date
  • TLS protocol versions supported
  • Cipher suite strength
  • HSTS presence and max-age
  • Certificate chain completeness
  • Subject Alternative Names (SANs)

A healthy certificate setup will score full marks in the SSL/TLS section of your WebGuard report. Any issues come with AI-generated fix instructions tailored to your server stack.

Share this article

Check Your Website Now

Free scan, no account required. See exactly which issues affect your site.

Start Free Scan