SSL/TLS
Definition
SSL/TLS encrypts traffic between browsers and your server so passwords and cookies are harder to sniff.
Also called: SSL, TLS, HTTPS, SSL certificate, TLS certificate
Why it matters for WordPress
Login forms, cookies, and customer data should never ride cleartext HTTP on modern sites. Browsers also mark non-HTTPS sites as insecure, which hurts trust and SEO.
How it shows up in practice
- Padlock in the browser
- Certificate expiry causing scary warnings
- Mixed content (HTTPS page loading HTTP scripts)
What to do
- Force HTTPS at the host or in WordPress URLs.
- Monitor certificate expiry (many hosts auto-renew Let’s Encrypt).
- Fix mixed content so scripts and forms stay on HTTPS.
- Remember: HTTPS protects the pipe; it does not patch vulnerable plugins.
Guide: SSL certificates basics.
Go deeper
Want the full walkthrough?
This page stays short on purpose. The guide covers steps, examples, and what to check on a live WordPress site.
Open full guideRelated terms
Nearby ideas in the dictionary