Вопрос

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

Это было полезно?

Решение

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.

Другие советы

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

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top