Unable to eliminate mixed content warning due to “?locale=user” request
-
I’m trying to eliminate all mixed-content security warnings from https://walkuproslindale.org on the admin side. I have an .htaccess rule that redirects all https:// requests to https://, and I also installed and activated the SSL Insecure Content Fixer plugin. I’ve also changed the canonical site URLs under general settings to the https:// version. Despite this, I keep seeing errors like the following in my console:
post.php?post=2304&action=edit:1 Mixed Content: The page at 'https://walkuproslindale.org/weblog/wp-admin/post.php?post=2304&action=edit' was loaded over HTTPS, but requested an insecure resource 'https://walkuproslindale.org/weblog?_locale=user'. This request has been blocked; the content must be served over HTTPS.
I can’t figure out where the request for the “?_locale=user” URL are coming from, or how to fix it.
Any suggestions for how to troubleshoot?
The page I need help with: [log in to see the link]
- The topic ‘Unable to eliminate mixed content warning due to “?locale=user” request’ is closed to new replies.