Home All Groups Group Topic Archive Search About

IE messgae "This page contains both secure and nonsecure items"

Author
16 Jun 2009 3:44 PM
AndyWalsh
Hi,

I am hoping someone can help with this.

We have a web application that can be viewed over https. Inconsistently our
users keep getting "This page contains both secure and nonsecure items".

Whether they say yes or no to the message about only displaying the secure
content it doesn't make any difference as it doesn't affect the application
it is just really annoying.

The things I have tried already are:

1) View the source of the page when you say only show secure content and
viewed the source of the page when you say no. There is no difference in the
source HTML.

2) We do use IFRAMES but we have made sure that none of the IFRAMES have
blank src attributes.

3) None of our page content uses http as hard coded links, they are relative
links.

4) We have used various http tools such as fiddler, http watcher etc.. but
none of these give any indication of why this error would come up.

5) A couple of our pages refresh every 5 mins and they can sit there happily
all day on a client machine and refresh running over https without any
problems, then the same page can pop up the "This page contains both secure
and nonsecure items" message about 10 times in an hour. It is totally
inconsistent.

We have had about 3 developers working on this problem for days and no-one
can figure out what is going on.

I'm not sure what else to try, any help would be much appreciated.

Many Thanks,

Author
16 Jun 2009 4:22 PM
Daniel Crichton
AndyWalsh wrote  on Tue, 16 Jun 2009 08:44:01 -0700:

Show quoteHide quote
> Hi,

> I am hoping someone can help with this.

> We have a web application that can be viewed over https. Inconsistently
> our  users keep getting "This page contains both secure and nonsecure
> items".

> Whether they say yes or no to the message about only displaying the
> secure  content it doesn't make any difference as it doesn't affect the
> application  it is just really annoying.

> The things I have tried already are:

> 1) View the source of the page when you say only show secure content
> and  viewed the source of the page when you say no. There is no
> difference in the  source HTML.

> 2) We do use IFRAMES but we have made sure that none of the IFRAMES
> have  blank src attributes.

> 3) None of our page content uses http as hard coded links, they are
> relative  links.

> 4) We have used various http tools such as fiddler, http watcher etc..
> but  none of these give any indication of why this error would come up.

> 5) A couple of our pages refresh every 5 mins and they can sit there
> happily  all day on a client machine and refresh running over https
> without any  problems, then the same page can pop up the "This page
> contains both secure  and nonsecure items" message about 10 times in an
> hour. It is totally  inconsistent.

> We have had about 3 developers working on this problem for days and
> no-one  can figure out what is going on.

> I'm not sure what else to try, any help would be much appreciated.

> Many Thanks,


What about CSS, or any external script files? Make sure none of them are
referencing HTTP in any way.

--
Dan
Are all your drivers up to date? click for free checkup

Author
17 Jun 2009 12:56 PM
grich
Thanks Dan, but all our CSS and script files all have relative paths.

Show quoteHide quote
"Daniel Crichton" wrote:

> AndyWalsh wrote  on Tue, 16 Jun 2009 08:44:01 -0700:
>
> > Hi,
>
> > I am hoping someone can help with this.
>
> > We have a web application that can be viewed over https. Inconsistently
> > our  users keep getting "This page contains both secure and nonsecure
> > items".
>
> > Whether they say yes or no to the message about only displaying the
> > secure  content it doesn't make any difference as it doesn't affect the
> > application  it is just really annoying.
>
> > The things I have tried already are:
>
> > 1) View the source of the page when you say only show secure content
> > and  viewed the source of the page when you say no. There is no
> > difference in the  source HTML.
>
> > 2) We do use IFRAMES but we have made sure that none of the IFRAMES
> > have  blank src attributes.
>
> > 3) None of our page content uses http as hard coded links, they are
> > relative  links.
>
> > 4) We have used various http tools such as fiddler, http watcher etc..
> > but  none of these give any indication of why this error would come up.
>
> > 5) A couple of our pages refresh every 5 mins and they can sit there
> > happily  all day on a client machine and refresh running over https
> > without any  problems, then the same page can pop up the "This page
> > contains both secure  and nonsecure items" message about 10 times in an
> > hour. It is totally  inconsistent.
>
> > We have had about 3 developers working on this problem for days and
> > no-one  can figure out what is going on.
>
> > I'm not sure what else to try, any help would be much appreciated.
>
> > Many Thanks,
>
>
> What about CSS, or any external script files? Make sure none of them are
> referencing HTTP in any way.
>
> --
> Dan
>
>
>
Author
4 Jul 2009 10:16 PM
Roberto Franceschetti
There "has" to be content that is being loaded which has a fully
qualified path to an "http://" reference. Often this may be located
within a maze of jscript files which include other js which include
other js, and may be very hard to locate. Even for example using
Google's AdSense or AdWords may cause this to occur, if you're not using
their correct APIs in the context of your pages (SSL/non-SSL).

If you're still unable to locate the problem, try running WireShark on
the affected PCs and sniff out traffic on port 80 and 443. When you see
packets on port 80, this will tell you were the content is located.

--
Roberto Franceschetti
LogSat Software
http://www.logsat.com


AndyWalsh wrote:
Show quoteHide quote
> Hi,
>
> I am hoping someone can help with this.
>
> We have a web application that can be viewed over https. Inconsistently our
> users keep getting "This page contains both secure and nonsecure items".
>
> Whether they say yes or no to the message about only displaying the secure
> content it doesn't make any difference as it doesn't affect the application
> it is just really annoying.
>
> The things I have tried already are:
>
> 1) View the source of the page when you say only show secure content and
> viewed the source of the page when you say no. There is no difference in the
> source HTML.
>
> 2) We do use IFRAMES but we have made sure that none of the IFRAMES have
> blank src attributes.
>
> 3) None of our page content uses http as hard coded links, they are relative
> links.
>
> 4) We have used various http tools such as fiddler, http watcher etc.. but
> none of these give any indication of why this error would come up.
>
> 5) A couple of our pages refresh every 5 mins and they can sit there happily
> all day on a client machine and refresh running over https without any
> problems, then the same page can pop up the "This page contains both secure
> and nonsecure items" message about 10 times in an hour. It is totally
> inconsistent.
>
> We have had about 3 developers working on this problem for days and no-one
> can figure out what is going on.
>
> I'm not sure what else to try, any help would be much appreciated.
>
> Many Thanks,

Bookmark and Share