SSL and Non Secure items message

httpsssl

I am seeing the "This Page contains both secure and nonsecure items." message when viewing a page on my site from with IE 6. This does not appear in both IE 7 or Firefox. I have done some research and it appears that the problem has to do with links to HTTP:// rather than HTTPS://

Would the fix just be to view the page source and find everywhere there is an HTTP:// src and change it? I believe they are being generated from JavaScript.

Thanks Nick

Best Answer

Yes, you need to make sure that scripts and images are referenced via HTTPS, if the page is referenced by HTTPS.

Alternatively, try using relative URLs, so that your page can be either HTTP or HTTPS without requiring the html to change.

Related Topic