3.2.0

Security warning on HTTPS server

I've developed some pages using the Activewidgets and on our regular http development server all works great. When I move the code up to our secure webserver I get the Security Information warning from IE saying that "this page contains both secure and nonsecure items. Do you want to display the nonsecure items?"

This will not be acceptable to our users if they alway will have to check this box for every page displayed. How can I fix this?

Any help would be great.

Stephen
Stephen
June 5,
Hi,

Are you displaying images, iframes or anything else using a http url ?
If you are, even though the main url is a https one, it will throw this warning.
You will need to change all urls to https.

If you are like me and don't want to go through the html file looking for http urls, just install the FireBug extension in FireFox and look at the Net tab.
It will display all the items it has loaded and you will easily be able to spot a http url.

Ankur
Ankur Motreja
June 6,

This topic is archived.

See also:


Back to support forum