IE Mixed Content Warining when using https URLs and http:443 URLs?
Posted
by Campbeln
on Stack Overflow
See other posts from Stack Overflow
or by Campbeln
Published on 2010-06-08T01:29:46Z
Indexed on
2010/06/08
1:32 UTC
Read the original article
Hit count: 417
I'm getting the good ole' "This page contains both secure and nonsecure items." dialog in IE when connecting to an HTTPS site. No big deal... I've just got something coming in over a non-secure connection so that should be an easy fix, right?
So I go into "View > Web Page Privacy Policy..." to look to see where I've included an HTTP file, and this is what I see...
https://blah/path/to/file.htm
https://blah/path/to/file.js
http://blah:443/path/to/file.css
Um... ok... so... there is an HTTP only URL being requested, but it is going over port 443 ("https://blah/" is shorthand for "http://blah:443/") so...
What is the deal with this!? IE 7.0.5730.13 can't possibly be THAT stupid, can it?
Is there an IIS setting that needs to be tweaked?
© Stack Overflow or respective owner