Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

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 ?

所有回复 (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.

由jscher2000 - Support Volunteer于修改