Forums / General Questions / Cart leaving secure server

Cart leaving secure server

Locked
Results 1 to 7 of 7
This thread is locked. New replies are disabled.
26 Jan 2010, 01:43
#1
wavmixer avatar

wavmixer

New Zenner

Join Date:
Dec 2009
Posts:
31
Plugin Contributions:
0

Cart leaving secure server

I'm running version 1.3.8 with only the standard features, no mods. I installed ZenCart prior to installing the SSL on the server. Now when I enter secure (HTTPS) url, the products link to a non-secure page and take the shopper out of the secured area. How do I keep my customers within the secure shopping area?
26 Jan 2010, 02:06
#2
kim avatar

kim

Obaa-san

Join Date:
Jun 2003
Posts:
26,564
Plugin Contributions:
0

Re: Cart leaving secure server

Zen Cart is smart and switches back and forth between HTTP and HTTPS as it is needed.

Is it not doing that as expected?
26 Jan 2010, 02:38
#3
wavmixer avatar

wavmixer

New Zenner

Join Date:
Dec 2009
Posts:
31
Plugin Contributions:
0

Re: Cart leaving secure server

Kim:

Zen Cart is smart and switches back and forth between HTTP and HTTPS as it is needed.

Is it not doing that as expected?

No it is not. When prompted for your CC number, it is not in the secure area. So ZenCart may indeed be smart enough to know the difference, however it seems as though I'm not smart enough to set it up to know the difference.
26 Jan 2010, 05:14
#6
wavmixer avatar

wavmixer

New Zenner

Join Date:
Dec 2009
Posts:
31
Plugin Contributions:
0

Re: Cart leaving secure server

Kim:

https://www.zen-cart.com/tutorials/index.php?article=14

AHHH!!! The missing key was I needed to change
define('ENABLE_SSL', 'false'); to define('ENABLE_SSL', 'true');

Thank you so much for pointing me in the right direction :D
26 Jan 2010, 05:17
#7
kim avatar

kim

Obaa-san

Join Date:
Jun 2003
Posts:
26,564
Plugin Contributions:
0

Re: Cart leaving secure server

:clap: Glad you found the problem and are on the right track again.