Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to avoid security warning in IE when landing an HTTPS page?

In IE 8, I am getting the below error message when trying to land on a https from a http page in an online store web portal.If i change the settings in my IE,It will not prompt the message.But since its a browser setting,we can ask each customers to do so . alt text

Is there anything which we can do for not showing this message in IE. ?

like image 292
Shyju Avatar asked Sep 11 '26 04:09

Shyju


2 Answers

Make sure you're delivering all content including external CSS, JS and images using https protocol. The warning should go away.

I haven't found any convenient tool for IE8 available out of the box to help to gather all paths that you're using. But you could try your page in Firefox with Firebug extension.

like image 150
nkrkv Avatar answered Sep 13 '26 17:09

nkrkv


This particular warning is shown when the page has mixed content, i.e. some parts of the page are delivered over http. As @nailxx said, the solution is to make sure you deliver all your content over https.

The reasoning behind this warning is that the user sees the greed address bar for the page, because the main document is delivered over https. This sets certain expectations* about the security and privacy of the content exchange between the browser and the page. Any content delivered over http violates those expectations silently.

In particular, quite often the source of this warning is external content, especially third-party ads.

[*] one could argue that any such expectations are wrong and https overall gives the false impression of security, but that's outside of the current discussion :-)

like image 40
Franci Penov Avatar answered Sep 13 '26 18:09

Franci Penov



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!