Need to prevent "This page has insecure content" message on chrome browser?
java, javascript, jquery, security
Solution
I would advise you to copy the JS files to your secure server so that they can be hosted securely.
If you have `http://` content on a `https://` page, you will always get this warning.
Problem
Possible Duplicate: How to make my site valid using SSL? As soon as my portal lands on home page, "this page has insecure content" message appears on Chrome browser only. The site is SSL enabled and no issues of certificate configurations. And there are some javascript files included in jsp pages using URL, e.g. http://www.site.com/js/script.js . Those are not SSL enabled sites. Now, I can't host those JS files on SSL enabled site as its beyond my control. I don't have access to those JS files. Client says we need to fix this. Can anybody suggest what should be the approach? Thanks