TutorialsKnowledge BaseAbout Start here
S

SSL Certificate

Security 4 min read Knowledge Base entry 19 of 26
Definition

An SSL certificate encrypts the connection between a visitor's browser and your site, turning http:// into https:// and switching the padlock on.

In plain English

Without one, everything sent between browser and server travels as readable text — including passwords and card numbers — and anyone on the same network can read it.

A certificate proves your site is who it claims to be and scrambles the traffic. Browsers now label sites without one as “Not secure”, in the address bar, to everyone.

http://Readable in transit“Not secure” in the address barForms feel riskyRanking disadvantagehttps://Encrypted end to endPadlock shownForms feel safeNo penalty
Same site, same content. One line of hosting configuration between them.

Why it matters

It's non-negotiable. It affects trust, conversion and ranking — and it's free. Let's Encrypt certificates come with essentially every decent host and renew themselves.

There is no scenario in which a live site shouldn't have one.

How it works

  1. Issue the certificateOne click in most hosting panels.
  2. Force HTTPSSo every http:// request redirects to https://.
  3. Fix mixed contentA single image or script still loaded over http breaks the padlock.
  4. Confirm auto-renewalCertificates expire every 90 days. Automation should handle it silently.

No padlock after installing? It's mixed content

Open the browser console — it names the exact insecure file, every time.

Watch it in a real build


Tip: use ← and → to move between entries.

The Friday email

One email a week. The thing I'd tell you over coffee.

What changed in WordPress and AI that week, what I'd actually use, and what I'd ignore. Written by me, not summarised by a tool.

  • New tutorials the moment they're published
  • Honest verdicts on tools — including the ones I dropped
  • No sequences, no upsells, one click to leave

41,000+ readers. Unsubscribe in one click.

Free, forever, no signup

Pick a starting point. Have something real by tonight.

Every tutorial is free, complete, and built in real time — including the bits that break. Start where you are, not where a course thinks you should be.