Love searching on Stackoverflow for answers, but this is my first post. Hopefully others find this useful as well!
I have a site that needs to be https because it hosts facebook apps. I have it set up (dedicated IP and SSL certificate) but when I visited it via https I get the following warning:
This page has insecure content.
I did some research and discovered this is a common issue. Fixing our internal files is not a big deal, but we rely heavily on outside resources, like the jquery library (which is http not https). I used the Protocol Relative URL method (can't post link because I'm limited to two hyperlinks, so see comment below) which seems to work for a lot of people. However, when I made the changes in Chrome, I still get this warning: [blocked] The page at https://www.greetfeet.com/ ran insecure content from http://code.jquery.com/mobile/1.1.0/jquery.mobile.structure-1.1.0.min.css
If I'm having this issue I can only assume that my customers will be as well. Any idea how to fix this?
Thanks!