문제

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