• 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]

Viewing 1 replies (of 1 total)
  • Moderator bcworkz

    (@bcworkz)

    There’s no _locale=user query string in default WP, hence it must be due to a plugin or your theme. Try deactivating all plugins and switching to a twenty* theme. That request ought to disappear. You can verify with the network developer tool in your browser. In fact, your page ought to appear secure now. Restore your theme and plugins, one at a time, checking requests or security status after each. When the request reappears, the last activated module is the cause.

    With the offending code narrowed down, you might be able to find the source of the inappropriate http: protocol and correct it. If not, ask the module’s developer for assistance through their dedicated support channel.

Viewing 1 replies (of 1 total)
  • The topic ‘Unable to eliminate mixed content warning due to “?locale=user” request’ is closed to new replies.