PDA

View Full Version : Secure and nonsecure items


granthams
27-Feb-2004, 10:09 AM
Hi all,

I have recently aquired an SSL certificate for a site and I have enabled SSL on the checkout pages and login only. After uploading my store and viewing the site I get the message..
'This page contains both secure and nonsecure items...do you wish to continue' when I go to the checkout phase. This would be very anoying for customers as they would have to click 'yes' on each phase of the process. I also noticed that there is no padlock icon on the browser.

What is causing this and how can I overcome it?

I have already applied SSL on another Actinic site and it worked fine?

The site is - http://www.graphicdiscount.co.uk

Kind regards

Granthams

Andy Warner
27-Feb-2004, 02:54 PM
from my understanding, you are calling in an object from a non secure location. often happens when you have an image that is stored somewhere else. make sure ALL items are stored on a secure server.

hope this helps

rmladden
27-Feb-2004, 03:54 PM
You have some images that are trying to load from the c: drive.

<img src="file:///C|/Program%20Files/Actinic%20Ecommerce%20v6/Sites/Graphic%20Discount/spacer.gif"

granthams
27-Feb-2004, 04:16 PM
oops....

That silly spacer has got everywhere. How obvious!

Cheers for pointing me in the right direction.

Kind regards

Granthams

rmladden
28-Feb-2004, 06:28 PM
If you are on 6.1.4 also see http://community.actinic.com/showthread.php?s=&threadid=5708

I just upgraded and got hit with this.