Title: SSL Insecure Content Fixer
Author: webaware
Published: <strong>20 d'abril de 2012</strong>
Last modified: 14 de desembre de 2025

---

Cerca extensions

![](https://ps.w.org/ssl-insecure-content-fixer/assets/banner-772x250.png?rev=2590634)

![](https://ps.w.org/ssl-insecure-content-fixer/assets/icon-256x256.png?rev=2590634)

# SSL Insecure Content Fixer

 Per [webaware](https://profiles.wordpress.org/webaware/)

[Baixa](https://downloads.wordpress.org/plugin/ssl-insecure-content-fixer.2.7.2.zip)

 * [Detalls](https://ca.wordpress.org/plugins/ssl-insecure-content-fixer/#description)
 * [Ressenyes](https://ca.wordpress.org/plugins/ssl-insecure-content-fixer/#reviews)
 *  [Instal·lació](https://ca.wordpress.org/plugins/ssl-insecure-content-fixer/#installation)
 * [Desenvolupament](https://ca.wordpress.org/plugins/ssl-insecure-content-fixer/#developers)

 [Suport](https://wordpress.org/support/plugin/ssl-insecure-content-fixer/)

## Descripció

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](https://ssl.webaware.net.au/) for more
details.

### Translations

Many thanks to the generous efforts of our translators:

 * Bulgarian (bg_BG) — [the Bulgarian translation team](https://translate.wordpress.org/locale/bg/default/wp-plugins/ssl-insecure-content-fixer)
 * Chinese simplified (zh_CN) — [the Chinese translation team](https://translate.wordpress.org/locale/zh-cn/default/wp-plugins/ssl-insecure-content-fixer)
 * English (en_CA) — [the English (Canadian) translation team](https://translate.wordpress.org/locale/en-ca/default/wp-plugins/ssl-insecure-content-fixer)
 * English (en_GB) — [the English (British) translation team](https://translate.wordpress.org/locale/en-gb/default/wp-plugins/ssl-insecure-content-fixer)
 * English (en_ZA) — [the English (South African) translation team](https://translate.wordpress.org/locale/en-za/default/wp-plugins/ssl-insecure-content-fixer)
 * Dutch (nl_NL) — [the Dutch translation team](https://translate.wordpress.org/locale/nl/default/wp-plugins/ssl-insecure-content-fixer)
 * German (de_DE) — [the German translation team](https://translate.wordpress.org/locale/de/default/wp-plugins/ssl-insecure-content-fixer)
 * French (fr_FR) — [the French translation team](https://translate.wordpress.org/locale/fr/default/wp-plugins/ssl-insecure-content-fixer)
 * Italian (it_IT) — [the Italian translation team](https://translate.wordpress.org/locale/it/default/wp-plugins/ssl-insecure-content-fixer)
 * Japanese (ja) — [the Japanese translation team](https://translate.wordpress.org/locale/ja/default/wp-plugins/ssl-insecure-content-fixer)
 * Russian (ru_RU) — [the Russian translation team](https://translate.wordpress.org/locale/ru/default/wp-plugins/ssl-insecure-content-fixer)
 * Spanish (es_ES) — [the Spanish translation team](https://translate.wordpress.org/locale/es/default/wp-plugins/ssl-insecure-content-fixer)

If you’d like to help out by translating this plugin, please [sign up for an account and dig in](https://translate.wordpress.org/projects/wp-plugins/ssl-insecure-content-fixer).

### Privacy

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

## Instal·lació

 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](https://codex.wordpress.org/Managing_Plugins#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](https://ssl.webaware.net.au/cleaning-up-content/).

## PMF

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

Look in your web browser’s error console.

 * Google Chrome has a [JavaScript Console](https://developers.google.com/chrome-developer-tools/docs/console)
   in its developer tools
 * FireFox has the [Web Console](https://developer.mozilla.org/en-US/docs/Tools/Web_Console)
   or [Firebug](http://getfirebug.com/)
 * Internet Explorer has the [F12 Tools Console](https://msdn.microsoft.com/library/bg182326%28v=vs.85%29)
 * Safari has the [Error Console](https://developer.apple.com/library/safari/documentation/AppleApplications/Conceptual/Safari_Developer_Guide/Introduction/Introduction.html)

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?](https://www.whynopadlock.com/) 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](https://ssl.webaware.net.au/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](https://ssl.webaware.net.au/https-detection/).
See my blog post, [WordPress is_ssl() doesn’t work behind some load balancers](https://snippets.webaware.com.au/snippets/wordpress-is_ssl-doesnt-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](https://wordpress.org/support/plugin/ssl-insecure-content-fixer),
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.

## Ressenyes

![](https://secure.gravatar.com/avatar/49a3dceca42b7abc609a8c6a062e06cb2474ecba827fec404afb1ef3b21f9e3b?
s=60&d=retro&r=g)

### 󠀁[BEST SSL Insecure Content Fixer I’ve Found](https://wordpress.org/support/topic/best-ssl-insecure-content-fixer-ive-found/)󠁿

 [goviral](https://profiles.wordpress.org/goviral/) 10 de gener de 2026

I rarely find a plugin that is so good that it warrants a review but this one does.
I have tried other (very famous) plugins that did nothing and I continued to get
the insecure content warning. I had to capture everything but the site looks exactly
the same and it’s an instant, easy solution. Thanks to the developers. Much appreciated
for such a simple, yet perfectly working, plugin.

![](https://secure.gravatar.com/avatar/1c3a03d64f68d7c2def3406aa643224f20a7a176d7ced2d6c2eadaec36e2474a?
s=60&d=retro&r=g)

### 󠀁[Nice Plugin](https://wordpress.org/support/topic/nice-plugin-5319/)󠁿

 [skinnyboyz](https://profiles.wordpress.org/skinnyboyz/) 18 de maig de 2025

Work on my local server that having issue (mixing content) that i make it accessible
on internet using cloudflare. 5 stars can prove it

![](https://secure.gravatar.com/avatar/ff514bce71920b50eec118552a4f9e7385318eaa97c17c8d3ed3b7e376505e1a?
s=60&d=retro&r=g)

### 󠀁[it saved me time](https://wordpress.org/support/topic/it-saved-me-time/)󠁿

 [Hasan H.](https://profiles.wordpress.org/nimdaqiu/) 15 de desembre de 2024

it saved me time

![](https://secure.gravatar.com/avatar/c1d16fed8323954eb48325eac037ae0889254ad8161a2dc80cee59e139566800?
s=60&d=retro&r=g)

### 󠀁[Awesome job!](https://wordpress.org/support/topic/awesome-job-52/)󠁿

 [augustodelucena](https://profiles.wordpress.org/augustodelucena/) 30 de abril 
de 2024

Thanks so much for this great plugin that saves us a lot of time and efforts! Cheers!

![](https://secure.gravatar.com/avatar/87fca3f0cba1df0d8774e9ab1f34ed85fa780b2c217e374d12d11f66878a8e89?
s=60&d=retro&r=g)

### 󠀁[Ideal](https://wordpress.org/support/topic/ideal-48/)󠁿

 [marcmsk](https://profiles.wordpress.org/marcmsk/) 23 de abril de 2024

Thumbs up for minimalism, simplicity, following best practices. It is lighweight
plugin that simply works. It is not only plugin but actually a role model for other
wp developers, how a wordpress plugin should looks like. No excessive colorful menu
icons screaming “watch another plugin” but simple sub item under settings. No ads,
nicely processed solution to a problem. It is not that common see such properly 
developed plugin. All developers should be adding value to WP by adding functionality
while keeping is simple like this guy(s), clean, easy to use. Not like most of developers,
who are changing WordPress into one huge complicated aggregator of ads and confusing
sections or buttons. Great job.

![](https://secure.gravatar.com/avatar/a31cd68e1c5de1a15c4a31dd99cc0e9eb0eb4f2aaedd3d3025a1e22d928b9a32?
s=60&d=retro&r=g)

### 󠀁[Simple LightWeight that works](https://wordpress.org/support/topic/simple-lightweight-that-works/)󠁿

 [Skrlance](https://profiles.wordpress.org/seanlance/) 16 de abril de 2024

Plugin is simple lightweight and it just works better than other available plugins
that recommends unnecessary functions.

 [ Llegiu totes les 221 ressenyes ](https://wordpress.org/support/plugin/ssl-insecure-content-fixer/reviews/)

## Col·laboradors i desenvolupadors

«SSL Insecure Content Fixer» és programari de codi obert. La següent gent ha col·laborat
en aquesta extensió.

Col·laboradors

 *   [ webaware ](https://profiles.wordpress.org/webaware/)

“SSL Insecure Content Fixer” s’ha traduït a 18 configuracions regionals. Gràcies
als [traductors](https://translate.wordpress.org/projects/wp-plugins/ssl-insecure-content-fixer/contributors)
per les seves aportacions.

[Traduïu «SSL Insecure Content Fixer» a la vostra llengua.](https://translate.wordpress.org/projects/wp-plugins/ssl-insecure-content-fixer)

### Interessats en el desenvolupament?

[Navegueu pel codi](https://plugins.trac.wordpress.org/browser/ssl-insecure-content-fixer/),
baixeu-vos el [repositori SVN](https://plugins.svn.wordpress.org/ssl-insecure-content-fixer/),
o subscriviu-vos al [registre de desenvolupament](https://plugins.trac.wordpress.org/log/ssl-insecure-content-fixer/)
per [fisl de subscripció RSS](https://plugins.trac.wordpress.org/log/ssl-insecure-content-fixer/?limit=100&mode=stop_on_copy&format=rss).

## Registre de canvis

The full changelog can be found [on GitHub](https://github.com/webaware/ssl-insecure-content-fixer/blob/master/changelog.md).
Recent entries:

### 2.7.2

Released 2018-12-04

 * fixed: some hard-coded link elements (e.g. stylesheets) when href is the first
   attribute

## Meta

 *  Versió **2.7.2**
 *  Darrera actualització **fa 4 mesos**
 *  Instal·lacions actives **100.000+**
 *  Versió del WordPress ** 4.0 o posterior **
 *  Provada fins a **6.9.4**
 *  Versió del PHP ** 5.3 o posterior **
 *  Idiomes
 * [Bulgarian](https://bg.wordpress.org/plugins/ssl-insecure-content-fixer/), [Chinese (China)](https://cn.wordpress.org/plugins/ssl-insecure-content-fixer/),
   [Croatian](https://hr.wordpress.org/plugins/ssl-insecure-content-fixer/), [Dutch](https://nl.wordpress.org/plugins/ssl-insecure-content-fixer/),
   [English (Australia)](https://en-au.wordpress.org/plugins/ssl-insecure-content-fixer/),
   [English (Canada)](https://en-ca.wordpress.org/plugins/ssl-insecure-content-fixer/),
   [English (New Zealand)](https://en-nz.wordpress.org/plugins/ssl-insecure-content-fixer/),
   [English (South Africa)](https://en-za.wordpress.org/plugins/ssl-insecure-content-fixer/),
   [English (UK)](https://en-gb.wordpress.org/plugins/ssl-insecure-content-fixer/),
   [English (US)](https://wordpress.org/plugins/ssl-insecure-content-fixer/), [French (France)](https://fr.wordpress.org/plugins/ssl-insecure-content-fixer/),
   [Galician](https://gl.wordpress.org/plugins/ssl-insecure-content-fixer/), [German](https://de.wordpress.org/plugins/ssl-insecure-content-fixer/),
   [Italian](https://it.wordpress.org/plugins/ssl-insecure-content-fixer/), [Japanese](https://ja.wordpress.org/plugins/ssl-insecure-content-fixer/),
   [Russian](https://ru.wordpress.org/plugins/ssl-insecure-content-fixer/), [Spanish (Chile)](https://cl.wordpress.org/plugins/ssl-insecure-content-fixer/),
   [Spanish (Spain)](https://es.wordpress.org/plugins/ssl-insecure-content-fixer/),
   i [Spanish (Venezuela)](https://ve.wordpress.org/plugins/ssl-insecure-content-fixer/).
 *  [Traduïu a la vostra llengua](https://translate.wordpress.org/projects/wp-plugins/ssl-insecure-content-fixer)
 * Etiquetes
 * [https](https://ca.wordpress.org/plugins/tags/https/)[insecure content](https://ca.wordpress.org/plugins/tags/insecure-content/)
   [mixed content](https://ca.wordpress.org/plugins/tags/mixed-content/)[ssl](https://ca.wordpress.org/plugins/tags/ssl/)
 *  [Vista avançada](https://ca.wordpress.org/plugins/ssl-insecure-content-fixer/advanced/)

## Valoracions

 4.8 sobre 5 estrelles.

 *  [  206 valoracions de 5 estrelles     ](https://wordpress.org/support/plugin/ssl-insecure-content-fixer/reviews/?filter=5)
 *  [  6 valoracions de 4 estrelles     ](https://wordpress.org/support/plugin/ssl-insecure-content-fixer/reviews/?filter=4)
 *  [  0 valoracions de 3 estrelles     ](https://wordpress.org/support/plugin/ssl-insecure-content-fixer/reviews/?filter=3)
 *  [  1 valoració de 2 estrelles     ](https://wordpress.org/support/plugin/ssl-insecure-content-fixer/reviews/?filter=2)
 *  [  8 valoracions de 1 estrelles     ](https://wordpress.org/support/plugin/ssl-insecure-content-fixer/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/ssl-insecure-content-fixer/reviews/#new-post)

[Visualitzeu totes les ressenyes](https://wordpress.org/support/plugin/ssl-insecure-content-fixer/reviews/)

## Col·laboradors

 *   [ webaware ](https://profiles.wordpress.org/webaware/)

## Suport

Teniu quelcom a dir? Necessiteu ajuda?

 [Visualitza els fòrums de suport](https://wordpress.org/support/plugin/ssl-insecure-content-fixer/)

## Feu una donació

Voleu ajudar a què l’extensió millori?

 [ Feu una donació a aquesta extensió ](https://shop.webaware.com.au/donations/?donation_for=SSL+Insecure+Content+Fixer)