Pregunta

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

¿Fue útil?

Solución

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.

Otros consejos

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

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top