SSL Warning on Site Not Using SSL Certificate
-
I am managing a site that has recently been getting warnings regarding the site’s SSL certificate being invalid. However the site doesn’t have an SSL certificate installed and doesn’t have any settings for SSL to be enabled. Basically, none of the pages should be served over an “https” connection.
I’m not sure why this keeps popping up. The issue happens in both the front end of the site and in the administration areas, despite having
define('FORCE_SSL_ADMIN', false);
set in wp-config.php.The site is magneticmag.com, and the SSL warning doesn’t happen 100% of the time. Sometimes a page will load fine with no warning, and other times it will try to load an “https” version of the site.
I have scanned the site for viruses/malware and it came back clean. The host doesn’t think there is an issue on their end either.
Any ideas what would cause the invalid SSL certificate warnings?
- The topic ‘SSL Warning on Site Not Using SSL Certificate’ is closed to new replies.