Page 1 of 1

Secure and Secure items problem

Posted: Fri Jun 06, 2008 1:27 am
by vinoth
Hi all,

I am using https:// on check out page,
In IE it asks the pop-up "This page contains both secure and non secure items with yes/no option"..

Is it any possible way to remove the pop-up.

Please provide some suggestion,guideline to remove the pop up

Thanks in Advance

Re: Secure and Secure items problem

Posted: Fri Jun 06, 2008 1:36 am
by Benjamin
You probably have javascript, css or image files that are still being called from an unencrypted http connection.

Re: Secure and Secure items problem

Posted: Fri Jun 06, 2008 1:44 am
by vinoth
I changed the links of all Images,Javascript and CSS to relative path.

And also I view the source from fire bug, It all refer to secure page only,
But still in IE I got the pop-up

Re: Secure and Secure items problem

Posted: Fri Jun 06, 2008 1:49 am
by Benjamin
View the source code for the page and search for http://

Any results?

Can you post a link to the page in question?

Re: Secure and Secure items problem

Posted: Fri Jun 06, 2008 2:06 am
by vspin
Usually what I do in your case, when all else fails, is save the file as HTML, remove the javascript from the source, then run the page through https. If you still get the message, remove some more html code and try again until you have removed the right block of code causing the problem.