Link to home
Start Free TrialLog in
Avatar of Starr Duskk
Starr DuskkFlag for United States of America

asked on

Warning: Contains Unauthenticated Content

I have an https:// page on my server for retrieving secure info.

We have an SSL certificate and set the page up as secure in IIS.

However, in Firefox, when we hit the page, the lock has a slash through it and hovering over it, it says:
"Warning: Contains Unauthenticated Content"

What is that?

Also, in IE, it has a popup when you enter the page that says "This page contains secure and nonsecure items. Do you want to display the nonsecure items?"

Why is that? How do I make everything secure so it won't pop that?

thanks.
ASKER CERTIFIED SOLUTION
Avatar of zkeown
zkeown
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Starr Duskk

ASKER

Hmmm...

Well, I had to remove all the http://www. code and use a virtual path and it no longer gives those errors.

Problem is when someone clicks a link on that page, it will take them to an https:// page now.

Oh well, I'll work on that problem next.