This is a discussion on SSL misconfiguration within the osCommerce 2.2 Installation Help forums, part of the osCommerce 2.2 Forums category; When I click on register new account I get... /catalog/HTTPS_SERVER/catalog/create_account.php HTTPS lines from both admin configure.php and catalog configure.php define('HTTPS_CATALOG_SERVER', ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| When I click on register new account I get... /catalog/HTTPS_SERVER/catalog/create_account.php HTTPS lines from both admin configure.php and catalog configure.php define('HTTPS_CATALOG_SERVER', 'https://xyz.xyz.com:10666'); define('ENABLE_SSL_CATALOG', 'true'); // secure webserver for catalog module any ideas? |
|
#2
| ||||
| ||||
| Your path is incorrect. There should not be /catalog/https_server/catalog It should be https_server/catalog/ Note that the define is HTTPS_CATALOG_SERVER, not HTTPS_SERVER. This could also be the problem.
__________________ Michael Sasek osCMax Developer
|