Join the Mozilla’s Test Days event from Dec 2–8 to test the new Firefox address bar on Firefox Beta 134 and get a chance to win Mozilla swag vouchers! 🎁

Kërkoni te Asistenca

Shmangni karremëzime gjoja asistence. S’do t’ju kërkojmë kurrë të bëni një thirrje apo të dërgoni tekst te një numër telefoni, apo të na jepni të dhëna personale. Ju lutemi, raportoni veprimtari të dyshimtë duke përdorur mundësinë “Raportoni Abuzim”.

Mësoni Më Tepër

How to fix missed content error https in wordpress

more options

After installing letsencrypt ssl in my wordpress site, & configured all ecessary parameters, my website is partial blocked by mozilla & error details are "Connection is not secure. Parts of this page contains unsecre data such as images." how to solve this problem.

I have 100 of images. Should I delete & upload all of them ?

After installing letsencrypt ssl in my wordpress site, & configured all ecessary parameters, my website is partial blocked by mozilla & error details are "Connection is not secure. Parts of this page contains unsecre data such as images." how to solve this problem. I have 100 of images. Should I delete & upload all of them ?

Krejt Përgjigjet (2)

more options

Uploading the images again likely won't help. This is about how the images are requested.

If you use explicit http: links on your web page then omit this protocol and only leave the // to make Firefox use the default protocol assuming that the images can be retrieved via HTTPS.

You can check the Web Console and Network Monitor for more detail.

  • "3-bar" menu button or Tools -> Web Developer
more options

Just to clarify: by default, Firefox does not block HTTP-address images in an HTTPS-address page. It just puts a warning triangle on the padlock.

If Firefox says it is blocking content, it might be blocking other kinds of content in the page such as scripts.

As cor-el suggests, when you first start accessing a site on HTTPS, you discover a lot of URLs that are hard coded for HTTP and that may include scripts, style sheets, images, and other things. For more information on how to use the Web Console, see:

https://developer.mozilla.org/docs/Tools/Web_Console

After opening that, I suggest reloading the page to get a full list of messages. Then in the box above the console conents, upper right, which says "Filter output" you can type mixed to quickly isolate messages about mixed content.

Ndryshuar nga jscher2000 - Support Volunteer