Frage

I'm trying to secure my website with https. I managed to add the certificates and all that stuff but in some parts of the website i get this message "this website contains interactive content that isn't encrypted (such as scripts)". Any ideas on how to fixed this?

The website runs on localhost. I am using Apache on OS X Mavericks

War es hilfreich?

Lösung

You have resources on your website (javascript for example) that isn't sent through a HTTPS request, but rather a regular HTTP request.

Try storing the resources on your own website instead of requesting them from a different one.

Andere Tipps

yes. When you use https ALL pictures, SSC, and JS files should be loaded from your machine

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top