Mixed content error on wp-admin dashboard
-
Since upgrading to WordPress 4.9 I’ve noticed I’m getting the following mixed content warning only on the dashboard of the website:
Mixed Content: The page at 'https://domain.co.uk/wp-admin/index.php' was loaded over HTTPS, but requested an insecure script 'http://domain.co.uk/'. This request has been blocked; the content must be served over HTTPS.It’s strange because it’s not actually pointing to a script. It’s saying that it’s tried loading the domain without https. I’ve performed an entire search through the website for any occurrences of my domain without https and I’d have zero results. I also have
FORCE_SSL_ADMINandFORCE_SSL_LOGINenabled in my wp-config file, as well as redirecting all http requests to https via my .htaccess file.Does anybody have any ideas what could be causing this? I’m completely baffled! Here’s a screenshot of the problem: https://imgur.com/a/bFmWW
The topic ‘Mixed content error on wp-admin dashboard’ is closed to new replies.