0

why Let's encrypt with latest Win ecma doesn't secure all of mine pages?

https://jepsano.net/ is secured, pages under main also https://jepsano.net/2020/05/10/cernobylska-havarie-prepis-od-martina-roty-z-vedeckeho-kladiva/ but older pages not: https://jepsano.net/2014/03/28/moje-prvni-cwg/

Thanks for explanation

sunamo.cz
  • 59
  • 6
  • Read the warnings from your web browser to learn what mistakes you make in the web pages. Mixing HTTP and HTTPS contents together is obviously not secure. – Lex Li Jul 13 '20 at 19:15
  • Does this answer your question? [mixing http and https](https://stackoverflow.com/questions/15853740/mixing-http-and-https) – Lex Li Jul 13 '20 at 19:15

1 Answers1

0

If you use F12 to open the developer tool, you will see this: enter image description here

So please change these image's source link to https instead of http.

samwu
  • 3,857
  • 3
  • 11
  • 25