Back

Fixing SSL Certificate Errors

Fixing SSL Certificate Errors

SSL certificate errors can prevent visitors from accessing your website and damage trust. This guide covers the most common SSL issues on GoSiteMe and how to resolve them quickly.

Common SSL Errors

ErrorWhat It Means
NET::ERR_CERT_DATE_INVALIDThe SSL certificate has expired.
ERR_CERT_COMMON_NAME_INVALIDThe certificate doesn't match the domain name.
ERR_CERT_AUTHORITY_INVALIDThe certificate was issued by an untrusted authority.
Mixed Content WarningThe page loads some resources over HTTP instead of HTTPS.
ERR_SSL_PROTOCOL_ERRORSSL/TLS handshake failed—usually a server configuration issue.

Fix: Expired Certificate

GoSiteMe's free Let's Encrypt certificates renew automatically. If renewal failed:

  1. Go to Dashboard → Hosting → SSL/TLS.
  2. Click Renew Certificate.
  3. If renewal fails, check that your domain's DNS A record points to GoSiteMe's servers (listed in the DNS panel).
  4. Ensure no firewall rules are blocking the Let's Encrypt validation servers.
  5. Try again after DNS propagation (up to 24 hours for recent DNS changes).

Fix: Domain Name Mismatch

This occurs when your SSL certificate covers example.com but you are visiting www.example.com (or vice versa).

  1. Navigate to SSL/TLS and check which domains the certificate covers.
  2. Click Reissue Certificate and ensure both example.com and www.example.com are included.
  3. Alternatively, set up a redirect so one version always redirects to the other.

Fix: Mixed Content

Mixed content happens when your HTTPS page loads images, scripts, or stylesheets over HTTP.

  1. Open your browser's Developer Tools (F12) and check the Console for mixed content warnings.
  2. Update the offending URLs from http:// to https://.
  3. For WordPress sites, use the Better Search Replace plugin to find and replace http://yourdomain.com with https://yourdomain.com across the database.
  4. Enable Automatic HTTPS Rewriting under SSL/TLS → Edge Certificates to fix mixed content at the CDN level.

Fix: SSL Protocol Error

  • Clear your browser cache and cookies.
  • Try an incognito/private window.
  • Verify the correct TLS versions are enabled: Go to SSL/TLS → Settings and ensure TLS 1.2 and 1.3 are active.
  • If using Cloudflare or another proxy, ensure SSL mode is set to "Full (Strict)".

Still Need Help?

If the issue persists, run Security → SSL Diagnostic in your dashboard, which checks certificate validity, chain completeness, and protocol compatibility. Share the diagnostic report with GoSiteMe support for fast resolution.

Was this answer helpful?