My SSL is installed, why do I get the warning ‘Not secure’?

If you see a "Not Secure" warning despite having an active SSL, it is usually due to Mixed Content .

  • The Reason: Your website is loading over HTTPS, but some internal resources (like images, scripts, or CSS files) are still using http:// links.
  • The Fix: You must update all internal links to use https://. You can also use plugins or server-side redirects in cPanel to force all traffic through a secure connection .
Was this answer helpful?

Related Articles

I get "Certificate is not trusted because it is self-signed" error

This error occurs when your server uses a certificate it generated itself instead of one issued...

Why do I get "Common name mismatch" error in my browser?

The "Common Name Mismatch" error appears when the domain name on the SSL certificate does not...

SSL notifications in Chrome and their meaning

Google Chrome uses visual indicators to inform users about a site's security status : Padlock...

Firefox error code: ssl_error_rx_record_too_long

This specific Firefox error typically means the browser expected a secure encrypted response but...