Skip to main content
Security fix guide

SSL Certificate Not Valid

The site does not have a valid SSL certificate or is not served over HTTPS. Browsers show security warnings and Google deprioritizes non-HTTPS sites.

Issue ID: SEC-CERT-VALID-001
Severity: critical
Impact: High
Effort: S

Use this article when

  • You need deeper remediation guidance than the issue card can show.
  • You want CMS-specific steps before handing the fix to a developer.
  • You want a repeatable re-check path after shipping the change.
Re-run full audit

What this issue is

The site does not have a valid SSL certificate or is not served over HTTPS. Browsers show security warnings and Google deprioritizes non-HTTPS sites.

Why it matters

The site does not have a valid SSL certificate or is not served over HTTPS. Browsers show security warnings and Google deprioritizes non-HTTPS sites. This affects browser trust signals and whether visitors feel safe submitting contact details.

How we detect it

  • FreeSiteAudit flags this issue when the rule for SEC-CERT-VALID-001 fails and the page evidence points to Http headers.
  • You can usually confirm this by checking the page source or the relevant page settings inside your CMS.

Evidence examples

Check the affected page source, rendered output, or relevant CMS setting to confirm the missing or incorrect element.

How to fix it

  1. 1Install a valid SSL certificate (Let's Encrypt offers free ones)
  2. 2Redirect all HTTP traffic to HTTPS
  3. 3Update internal links to use HTTPS

How to re-check it

  • Visit the site and confirm the browser shows a padlock icon without warnings

Related tools

This issue is best verified with the full FreeSiteAudit crawl rather than a single-point mini tool.