Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

SSL Checkout Problem


mor

Recommended Posts

/catalog/includes/configure.php

 

define('HTTP_SERVER', 'http://www.500whp.com'); // eg, http://localhost - should not be empty for productive servers

define('HTTPS_SERVER', 'https://rhyolite-lax.site-secure.net'); // eg, https://localhost - should not be empty for productive servers

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

define('HTTP_COOKIE_DOMAIN', 'www.500whp.com');

define('HTTPS_COOKIE_DOMAIN', 'rhyolite-lax.site-secure.net');

define('HTTP_COOKIE_PATH', '/catalog/');

define('HTTPS_COOKIE_PATH', '/500whp/catalog/');

define('DIR_WS_HTTP_CATALOG', '/catalog/');

define('DIR_WS_HTTPS_CATALOG', '/500whp/catalog/');

 

All the links show up correctly in the status bar. Account information (all corresponding pages) work fine. Checkout doesn't!

 

I added an item to my cart, then tried Checkout and it works. I empty my cart, then try Checkout again and it fails. Seems like SSL Checkout isn't working when my cart is empty.

 

Anyone else have this problem?

 

You could checkout the site at http://www.500whp.com/catalog. Thanks!

Link to comment
Share on other sites

This is the "standard" set-up, try it.

 

define('HTTP_SERVER', 'http://www.500whp.com');

define('HTTPS_SERVER', 'https://rhyolite-lax.site-secure.net/500whp');

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

define('HTTP_COOKIE_DOMAIN', 'www.500whp.com');

define('HTTPS_COOKIE_DOMAIN', 'rhyolite-lax.site-secure.net/500whp');

define('HTTP_COOKIE_PATH', '/catalog/');

define('HTTPS_COOKIE_PATH', '/catalog/');

define('DIR_WS_HTTP_CATALOG', '/catalog/');

define('DIR_WS_HTTPS_CATALOG', '/catalog/');

Local: Mac OS X 10.5.8 - Apache 2.2/php 5.3.0/MySQL 5.4.10 • Web Servers: Linux

Tools: BBEdit, Coda, Versions (Subversion), Sequel Pro (db management)

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...