PDA

View Full Version : customer with SSL ie7 issue


porch73
07-31-07, 06:52 PM
Just wondering if anyone else has had this issue.

A customer called and said that, in the payment info page, either the SSL/Thawte image changed to "unlocked" or the lock icon in ie7 changed to "unlocked" (I'm not sure which she was talking about... I'm trying to follow up with her). Anyway, I can't reproduce this at all. Looks fine to me in IE7. Is this a cookie issue or something?

I don't get security warnings (in IE or Firefox) on my secure pages, as I've made sure to remove any non-relative links...

Thanks for any insight.

p.

ILoveHostasaurus
07-31-07, 07:04 PM
What's your domain? Generally this is caused by having an insecure call to javascript, CSS or images in your headers or footers.

porch73
07-31-07, 07:06 PM
thanks...

www.gaiatree.com

hormonalb
08-15-07, 06:01 PM
I'm confused with this issue as well. I am just about to put a new site up with CSS, javascript, and some additional graphics, so how do I make sure everything is called properly so there are no insecure calls? Thanks from a relatively new user...

ILoveHostasaurus
08-15-07, 06:12 PM
I'm confused with this issue as well. I am just about to put a new site up with CSS, javascript, and some additional graphics, so how do I make sure everything is called properly so there are no insecure calls? Thanks from a relatively new user...

Never use a full URL and you won't have to worry about it, just use paths:

/images/image.jpg

/css/file.css

etc.