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:
- Bulgarian (bg_BG) — the Bulgarian translation team
- Chinese simplified (zh_CN) — the Chinese translation team
- English (en_CA) — the English (Canadian) translation team
- English (en_GB) — the English (British) translation team
- Engels (en_ZA) — het Engelse (Zuid Afrika) vertaal team
- Nederlands (nl_NL) — het Nederlandse vertaalteam
- Duits (de_DE) — het Duitse vertaalteam
- Frans (fr_FR) — het Franse vertaalteam
- Italiaans (it_IT) — het Italiaanse vertaalteam
- Japans (ja) — het Japanse vertaalteam
- Russisch (ru_RU) — het Russische vertaalteam
- Spaans (es_ES) — het Spaanse vertaalteam
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
- 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.
- 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.
- Google Chrome has a JavaScript Console in its developer tools
- FireFox has the Web Console or Firebug
- Internet Explorer has the F12 Tools Console
- Safari has the 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
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 18 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