SSL Insecure Content Fixer

Descripción

Limpia tu sitio WordPress de contenido inseguro HTTPS y de avisos de contenido mixto. Instalar el plugin SSL Insecure Content Fixer soluciona la mayoría de los avisos de contenido inseguro con poco o ningún esfuerzo. Los remanentes pueden diagnosticarse con unas sencillas herramientas.

Cuando instalas SSL Insecure Content Fixer se activan sus ajustes por defecto y realizará automáticamente algunos arreglos básicos en tu web usando el nivel de arreglo sencillo. Puedes elegir niveles de arreglo más exhaustivos si tu web los necesita.

WordPress multisitio tiene su propia página de ajustes de red. Puede usarse para definir ajustes por defecto para todos los sitios de la red, para que los administradores de la red solo tengan que hacer ajustes concretos en sitios que tengan requisitos diferentes de los ajustes por defecto para la red.

Revisa la web de SSL Insecure Content Fixer para más detalles.

Traducciones

Muchas gracias a los generosos esfuerzos de nuestros traductores:

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

Privacidad

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

Instalación

  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. Activa el plugin a través del menú «Plugins» en WordPress.

Si tu navegador sigue informando sobre contenido inseguro/mixto, lee la página «Limpieza».

FAQ

¿Cómo puedo saber qué está causando las advertencias sobre contenido inseguro / contenido mixto?

Mira en el error en la consola de tu navegador.

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? tiene una muy buena herramienta online de prueba para diagnosticar problemas HTTPS.

I get «insecure content» warnings from some of my content

Probablemente estés cargando contenido (como imágenes) con una URL que que empieza con «http:». Quita ese trozo, pero deja las barras inclinadas, ej. //www.example.com/image.png; tu navegador cargará el contenido, usando HTTPS cuando tu página lo use. Aún mejor, reemplaza «http:» con «https:» para que siempre use https para cargar imágenes, ej. https://www.example.com/image.png.

Si tu página puede ser usada fuera de un navegador, por ejemplo en correos electrónicos u otros documentos que no sean web, entonces deberías usar siempre un protocolo y, probablemente, debería ser «https:» (ya que tienes un certificado SSL). Mira la página «Limpieza» para más detalles.

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.

He cambiado los ajustes de detección HTTPS y ahora no puedo acceder

Probablemente tengas un conflicto con otro plugin que también esté intentando corregir la detección HTTPS. Añade esta línea a tu archivo «wp-config.php», encima de las líneas sobre ABSPATH. Entonces podrás volver a cambiar este plugin a sus ajustes por defecto antes de continuar.

define('SSLFIX_PLUGIN_NO_HTTPS_DETECT', true);

Sigo recibiendo advertencias sobre «contenido inseguro» en mi página segura

Escribe sobre ello en el foro de soporte y asegúrate de incluir un enlace a la página. Las entradas sin enlaces activos probablemente serán ignorados.

Has listado mi plugin, pero lo he arreglado

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.

Reseñas

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.
7 de enero de 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 de octubre de 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 de julio de 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.
Leer todas las 217 reseñas

Colaboradores y desarrolladores

«SSL Insecure Content Fixer» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

«SSL Insecure Content Fixer» está traducido en 17 idiomas. Gracias a los traductores por sus contribuciones.

Traduce «SSL Insecure Content Fixer» a tu idioma.

¿Interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

El registro de cambios completo puede encontrarse en GitHub. Registros recientes:

2.7.2

Lanzamiento el 2018-12-04

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