Can somebody please explain to me where I am going wrong?
When I load my secure login page on https://mydomain.com/login, my padlock doesn’t show. I played around for a while and found out when I removed the <script src="http://mydomain.com/includes/jquery.js"> include the padlock came back.
What is wrong with JQuery and SSL together? Cos I really need to use JQuery on this particular page…
You should change it to:
If you serve your assets (css/js/images) from a non-secure domain, you will lose the padlock.
It might even get worse. Your user might see this security prompt:
So please be sure to serve all your assets from your
https://...domain.