Category:
Troubleshooting errors
(Showing category of the article. Click to select a different category)
When I try to visit my site in IE, I get 'This page contains both secure and non secure data' error.
This occurs if some links on the page are using unsecured HTTP protocol. You need to change each and every link on the destination page as HTTPS.
Please follow the steps below to avoid this message.
1. Change all http:// resource links to https://. The doctype is not a problem. All others (images, css, javascripts, iframe pages) should be https://.
2. Change all about:blank links to a blank file that exists and has a https:// link.
3. Check if any iframes have # for src or if src is left blank. Change them to something that is an https:// link.
Keywords
troubleshooting errors,
Created: 11/06/2009 Updated: 11/12/2009 Viewed: 2856 times