Home All Groups Group Topic Archive Search About

security warning with https

Author
1 Sep 2005 4:05 PM
Hatim Ali
Hello folks,

I've integrated my ASP.NET website with a portal on web. My website opens in
a frame provided by the web portal. The portal uses https protocol. Now when
i open my website IE displays a security warning saying "This page contains
both secure and un-secure items. Do you want to display the non secure
items". When i hit yes every thing works fine.

What should i do to remove this security warning. My ASP.NET web page has a
user control. Does the security warning has anything to do with that control?

Thanks in advance....

Author
2 Sep 2005 11:00 AM
Nicolas Guinet
All components of page must come from the https source. if any element is
downloading from a non https source, you will get a security warning. I
think your frame import elements from http and no https source.
Try with a simple page with no frame based on the https containing/not
containing an element from a non https source...
Nicolas Guinet


"Hatim Ali" <Hatim***@discussions.microsoft.com> a écrit dans le message de
news: 9F8E7C2C-0910-42FE-9560-0DA3EE3D8***@microsoft.com...
Show quoteHide quote
> Hello folks,
>
> I've integrated my ASP.NET website with a portal on web. My website opens
> in
> a frame provided by the web portal. The portal uses https protocol. Now
> when
> i open my website IE displays a security warning saying "This page
> contains
> both secure and un-secure items. Do you want to display the non secure
> items". When i hit yes every thing works fine.
>
> What should i do to remove this security warning. My ASP.NET web page has
> a
> user control. Does the security warning has anything to do with that
> control?
>
> Thanks in advance....
>
>