score:0

Without any code to look at, it's hard to tell, but one option is that you are loading some things with http and others with https. Make sure that everything in the page is using https e.g. All loaded scripts, etc.

score:3

I had the same problem and I solved it by removing the protocol (http:) by doing this:

<script src="//www.myserver.com/js/HighStock/js/highstock.js" type="text/javascript"></script>

Related Query

More Query from same tag