Zen Cart Logo
Forums / Setting Up Categories, Products, Attributes / SSL Check out is not working

SSL Check out is not working

Locked

Views: 1,326

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
24 Dec 2006, 9:54 PM
#1
jano avatar

jano

New Zenner

Join Date:
Nov 2005
Location:
California Los Angeles
Posts:
11
Plugin Contributions:
0

SSL Check out is not working

Please help
in non-secure form zen cart functions perfect
in secure form this is what happens

Not Found
Sorry, the requested URL /~f3423/index.php?main_page=checkout_shipping&zenid=f1498860e0ec71aeff6382e9763753ef was not found on this server.

in onoplus.com/httpdocs/tental/includes
the configure.php looks like this
// Define the webserver and path parameters
// HTTP_SERVER is your Main webserver: eg, http://www.yourdomain.com
// HTTPS_SERVER is your Secure webserver: eg, https://www.yourdomain.com
define('HTTP_SERVER', 'http://www.onoplus.com');
define('HTTPS_SERVER', 'https://secured.com/~f3423');

// Use secure webserver for checkout procedure?
define('ENABLE_SSL', 'true');

In Admin looks like this
define('HTTP_SERVER', 'http://www.onoplus.com');
define('HTTPS_SERVER', 'https://secured.com/f3423');
define('HTTP_CATALOG_SERVER', 'http://www.onoplus.com');
define('HTTPS_CATALOG_SERVER', 'https://secured.com/~f3423');

// Use secure webserver for catalog module and/or admin areas?
define('ENABLE_SSL_CATALOG', 'true');
define('ENABLE_SSL_ADMIN', 'false');

Thank you

24 Dec 2006, 10:46 PM
#2
kim avatar

kim

Obaa-san

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

Re: SSL Check out is not working

define('HTTPS_SERVER', 'https://secured.com/f3423

The above entry probably needs to be define('HTTPS_SERVER', 'https://secured.com/**~**f3423

24 Dec 2006, 11:44 PM
#3
jano avatar

jano

New Zenner

Join Date:
Nov 2005
Location:
California Los Angeles
Posts:
11
Plugin Contributions:
0

Re: SSL Check out is not working

Kim:

define('HTTPS_SERVER', 'https://secured.com/f3423

> 
> The above entry probably needs to be define('HTTPS_SERVER', 'https://secured.com/**~**f3423
thank you Kim,

but it did not work, what kind of Zen cart files I need on secure.com side?, (that is if I need such)

thank you again
25 Dec 2006, 12:15 AM
#4
kim avatar

kim

Obaa-san

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

Re: SSL Check out is not working

You don't have a symlink? then you need to have copies of ALL of your files in your HTTPS directory.

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