IE Security Warning when loading over HTTPS
Posted: Thu Oct 29, 2009 6:38 pm
I have a client I'm building a site for based on JFileUpload, but I'm having an issue with IE7/8. The entire website goes over HTTPS (in .htaccess it's setup to redirect anything HTTP to HTTPS). Everything works as expected in Safari, Camino, Firefox, etc, but I keep getting the following dialog in IE7/8:
Do you want to view only the webpage content that was delivered securely?
This webpage contains content that will not be delivered using a secure HTTPS connection, which could compromise the security of the entire webpage.
Is there any way around this? There's nothing in any of my code pointing to HTTP anywhere, so I'm guessing (?) it's within the Java itself? Maybe when grabbing the bg image, font, license or config file? Any ideas?
Do you want to view only the webpage content that was delivered securely?
This webpage contains content that will not be delivered using a secure HTTPS connection, which could compromise the security of the entire webpage.
Is there any way around this? There's nothing in any of my code pointing to HTTP anywhere, so I'm guessing (?) it's within the Java itself? Maybe when grabbing the bg image, font, license or config file? Any ideas?