Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

SSL dies at checkout_shipping.php


slas7713

Recommended Posts

Posted

My problem does not exist when I run through the complete checkout procedurel within my internal LAN replacing all the "http://www.teeznu.com" with "http://192.168.0.2". I can check out fine, get the certificate pop up and all is well. When I change over to the actual URL and go live, after adding a product and clicking on the checkout button it spends some time thinking and then give me "The page cannot be displayed". I've modified the configure.php file extensively trying various alternatives. There is no error in the httpd-error.log file and the httpd-access.log file just shows the attempt.

 

Can anyone possibly enlighten me on possible problems?

 

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

define('HTTPS_SERVER', 'https://www.teeznu.com'); // eg, https://localhost - should not be empty for productive servers

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

define('HTTP_COOKIE_DOMAIN', 'www.teeznu.com');

define('HTTPS_COOKIE_DOMAIN', 'www.teeznu.com');

define('HTTP_COOKIE_PATH', '/tznu/'); //sites root directory

define('HTTPS_COOKIE_PATH', '/tznu/'); //sites root directory

define('DIR_WS_HTTP_CATALOG', '/tzcat/'); //catalog directory at /tznu/catalog/ (path defined in apache)

define('DIR_WS_HTTPS_CATALOG', '/tzcat/'); //catalog directory seperate from /tznu/admin/

define('DIR_WS_IMAGES', 'images/');

define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');

define('DIR_WS_INCLUDES', 'includes/');

define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/');

define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');

define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');

define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');

define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');

 

define('DIR_WS_DOWNLOAD_PUBLIC', 'pub/');

define('DIR_FS_CATALOG', '/tznu/');

define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');

define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');

 

// define our database connection

define('DB_SERVER', 'localhost'); // eg, localhost - should not be empty for productive servers

define('DB_SERVER_USERNAME', 'someuser');

define('DB_SERVER_PASSWORD', 'somepassword');

define('DB_DATABASE', 'tznu');

define('USE_PCONNECT', 'false'); // use persistent connections?

define('STORE_SESSIONS', ''); // leave empty '' for default handler or set to 'mysql'

 

 

Steve L

Archived

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

×
×
  • Create New...