SSL Insecure Content Fixer

Beschrijving

Ruim je WordPress site op voor HTTPS onveilige inhoud en waarschuwingen voor gemengde inhoud. Door de SSL Insecure Content Fixer plugin te installeren, worden de meeste onveilige inhoudswaarschuwingen met weinig of geen inspanning opgelost. De rest kan worden gediagnosticeerd met een paar eenvoudige hulpmiddelen.

Wanneer je SSL Insecure Content Fixer installeert, worden de standaardinstellingen geactiveerd en voert het automatisch enkele basisoplossingen uit op je site met behulp van het eenvoudige oplossing niveau. Je kunt meer uitgebreide oplossing niveaus selecteren die je site nodig heeft.

WordPress Multisite krijgt een pagina met netwerkinstellingen. Dit kan worden gebruikt om standaardinstellingen in te stellen voor alle sites in een netwerk, zodat netwerkbeheerders alleen instellingen hoeven op te geven op sites waarvan de vereisten verschillen van de standaardwaarden van het netwerk.

See the SSL Insecure Content Fixer website for more details.

Vertalingen

Veel dank voor de inzet van onze vertalers:

Als je wil helpen door deze plugin te vertalen, meld je aan voor een account en ga aan de slag.

Privacy

SSL Insecure Content Fixer verzamelt geen persoonlijk identificeerbare informatie en stelt geen cookies in.

Installatie

  1. Installeer het automatisch via de WordPress beheer of download het ZIP-bestand, unzip naar een map en upload de map naar je /wp-content/plugins/ folder. Lees Plugins installeren in de WordPress Codex voor meer informatie.
  2. De plugin activeren via het ‘Plugin’ menu in WordPress.

Als je browser nog steeds onveilige / gemengde inhoud meldt, moet je de Opschoningspagina lezen.

FAQ

Hoe weet ik wat de waarschuwingen voor onveilige inhoud / gemengde inhoud veroorzaakt?

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.

Ik krijg waarschuwingen voor ‘onveilige inhoud’ van sommige van mijn inhoud

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.

Mijn site staat achter een load balancer of 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.

Ik krijg waarschuwingen over standaard WordPress-scripts zoals 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);

Ik krijg nog steeds waarschuwingen over “onveilige inhoud” op mijn beveiligde pagina

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.

Je hebt mijn plugin vermeld, maar ik heb hem gerepareerd

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.

Beoordelingen

7 januari 2023
After since I upgraded my website to cloudflare ssl, i use tons of other plugins even tried to manually change http links to https , and in process i wasted whole day not to mention, website broke many times during this processEventually I found out this plugin when searching for "mixed content error fix in wordpress" and plugin was so intelligent it give me option for cloudflare ssl fix and now site is loading perfectly. Just one radiobox option provided here saved 17+hours work! Its like developers are heaven sent! Great Job guys welldone!!!
4 oktober 2022
I was trying to solve mixed content from last 3 days, And when I used this plugin in few clicks problem solved. Loved it.
14 juli 2022
I had a problem with the logo displaying, I was informed that it might be a ssl problem. I don't know what this plugin did, it goes over my head, but the problem is gone.
13 september 2021
I really thought I missed a set-up step upon activating. Everything was fixed and all images were loading on first pass. Great Plugin!
Lees alle 216 beoordelingen

Bijdragers & ontwikkelaars

“SSL Insecure Content Fixer” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

“SSL Insecure Content Fixer” is vertaald in 17 talen. Dank voor de vertalers voor hun bijdragen.

Vertaal “SSL Insecure Content Fixer” naar jouw taal.

Interesse in ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.

Changelog

De volledige wijzigingslog is te vinden op GitHub. Recente wijzigingen:

2.7.2

Uitgebracht op 2018-12-04

  • Opgelost: enkele hardgecodeerde link-elementen (bijvoorbeeld stylesheets) wanneer href het eerste attribuut is