Page 1 of 1

Checkout does not work with SSL enabled. It red. to cart

Posted: Mon May 11, 2015 9:44 pm
by mrmoe999
Hello

I need help.

I have a SSL cert.

Everything works fine except that when I go to checkout, it redirects back to cart. If I turn SSL off it works fine.

Please help. This is the only thing keeping me from going live.

Thank you

Bernardo

Re: Checkout does not work with SSL enabled. It red. to car

Posted: Tue May 19, 2015 9:01 am
by swatpc

Re: Checkout does not work with SSL enabled. It red. to car

Posted: Wed May 27, 2015 6:38 am
by mrmoe999
danniost wrote:Have you changed the config.php file?

Yes I changed my config.php file and the one in the admin folder as well.

if I modify the config.php file like below it works, but makes every single page secure and will take longer to load

// HTTP
define('HTTP_SERVER', 'https://www.apocalypseoutfitters.net/store/');

// HTTPS
define('HTTPS_SERVER', 'https://www.apocalypseoutfitters.net/store/');

If I set it like below it does not work,

// HTTP
define('HTTP_SERVER', 'http://www.apocalypseoutfitters.net/store/');

// HTTPS
define('HTTPS_SERVER', 'https://www.apocalypseoutfitters.net/store/');

Moe