SSL Insecure Content Fixer

Description

Clean up your WordPress website’s HTTPS insecure content and mixed content warnings. Installing the SSL Insecure Content Fixer plugin will solve most insecure content warnings with little or no effort. The remainder can be diagnosed with a few simple tools.

When you install SSL Insecure Content Fixer, its default settings are activated and it will automatically perform some basic fixes on your website using the Simple fix level. You can select more comprehensive fix levels as needed by your website.

WordPress Multisite gets a network settings page. This can be used to set default settings for all sites within a network, so that network administrators only need to specify settings on sites that have requirements differing from the network defaults.

See the SSL Insecure Content Fixer website for more details.

Translations

Many thanks to the generous efforts of our translators:

If you’d like to help out by translating this plugin, please sign up for an account and dig in.

Privacy

SSL Insecure Content Fixer does not collect any personally identifying information, and does not set any cookies.

Installation

  1. Either install automatically through the WordPress admin, or download the .zip file, unzip to a folder, and upload the folder to your /wp-content/plugins/ directory. Read Installing Plugins in the WordPress Codex for details.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.

If your browser still reports insecure/mixed content, have a read of the Cleaning Up page.

FAQ

How do I tell what is causing the insecure content / mixed content warnings?

Look in your web browser’s error console.

NB: after you open your browser’s console, refresh your page so that it tries to load the insecure content again and logs warnings to the error console.

Why No Padlock? has a really good online test tool for diagnosing HTTPS problems.

I get “insecure content” warnings from some of my content.

You are probably loading content (such as images) with a URL that starts with “http:”. Take that bit away, but leave the slashes, e.g. //www.example.com/image.png; your browser will load the content, using HTTPS when your page uses it. Better still, replace “http:” with “https:” so that it always uses https to load images, e.g. https://www.example.com/image.png.

If your page can be used outside a web browser, e.g. in emails or other non-web documents, then you should always use a protocol and it should probably be “https:” (since you have an SSL certificate). See Cleaning up content for more details.

My website is behind a load balancer or reverse proxy

If your website is behind a load balancer or other reverse proxy, and WordPress doesn’t know when HTTPS is being used, you will need to select the appropriate HTTPS detection settings. See my blog post, WordPress is_ssl() doesn’t work behind some load balancers, for some details.

I get warnings about basic WordPress scripts like jquery.js.

You are probably behind a reverse proxy — see the FAQ above about load balancers / reverse proxies, and run the SSL Tests from the WordPress admin Tools menu.

I changed the HTTPS Detection settings and now I can’t login.

You probably have a conflict with another plugin that is also trying to fix HTTPS detection. Add this line to your wp-config.php file, above the lines about ABSPATH. You can then change this plugin back to default settings before proceeding.

define('SSLFIX_PLUGIN_NO_HTTPS_DETECT', true);

I still get “insecure content” warnings on my secure page.

Post about it to the support forum, and be sure to include a link to the page. Posts without working links will probably be ignored.

You listed my plugin, but I’ve fixed it.

Great! Tell me which plugin is yours and how to check for your new version, and I’ll drop the “fix” from my next release.

Reviews

August 17, 2021
after activating, my site is error 500. Deleting the plugin didn't fix it. Thanks for wrecking my business.
March 1, 2021
Fix my problem like a charm! Thank you.
November 25, 2020
Hello, I had a serious issue, where my site had a not secure warning even though SSL cert was installed. I thought installing plugins wouldn't fix this issue and they would just worsen it, but THIS PLUGIN is a huge exception! I waited for only 2 days, the issue was finally fixed! I can definitely tell that this plugin is magical and the creator of this plugin is truly talented at programming. So I'd definitely give it a 190/100!
August 12, 2020
Had issues with mix content after a migration and saw issues on 'why no padlock' that was limited to resolve - came accross this tool and in minutes using the simple option resolved everything. An absolute great technical automation tool that does what is says!
Read all 209 reviews

Contributors & Developers

“SSL Insecure Content Fixer” is open source software. The following people have contributed to this plugin.

Contributors

“SSL Insecure Content Fixer” has been translated into 17 locales. Thank you to the translators for their contributions.

Translate “SSL Insecure Content Fixer” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

The full changelog can be found on GitHub. Recent entries:

2.7.2

Released 2018-12-04

  • fixed: some hard-coded link elements (e.g. style sheets) when href is the first attribute