PDA

View Full Version : ZenCart SSL trouble


Snarpy
05-13-2005, 06:31 PM
Just today, my client started to get an error message in IE about secure and unsecure items on the same page when logging in to his his ZenCart store. Checking this out, Firefox does not have any problems, but Opera shows an open lock (as does IE).

Instead of having two copies of the cart, one secure and one not secure, I used a symlink. I am supposing I need to remove that and go back to the two-copies-of-the-cart scheme.

Any insights into what is wrong? Any idea why this is suddenly a problem after working well for quite some time? I am assuming IE has updated something that now treats something differently.

Snarpy

kitchin
05-13-2005, 07:04 PM
Stylesheet? Anything with "http://" in the View/Source HTML or any file it references?

sheila
05-13-2005, 08:22 PM
You do not need the "two copies of the cart" scheme. I use symlinks successfully on my mathxy.com site and get "lock" image for valid SSL security on my https pages on that site, even though a lot of the files are not copied into the Secure_Server directory, but are merely symlinked.

As kitchin suggests, you probably have some link or file path reference to a file that is not in the "Secure" part of your site.

Matt
05-14-2005, 04:00 AM
This might be something as seemingly innocuous as having a flash file that references an http link for the plugin. -Matt

Snarpy
05-14-2005, 04:26 PM
Thank you all. Yes, it was a links path in the stylesheet. :blush:

Snarpy