hebert01 Posted January 26, 2004 Share Posted January 26, 2004 Hi all- I'm trying to configure my first osCommerce install, and I've been wrestling with configuring SSL for far too long. I've read many of the posts here, and they've been helpful. I've tried to follow their instructions to the letter, with no success. Here's what I've got for my two configure.php files. /includes/configure.php define('HTTP_SERVER', 'http://emmaclare.com'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://host132.ipowerweb.com/~emmaclar'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', true); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'emmaclare.com'); define('HTTPS_COOKIE_DOMAIN', 'https://host132.ipowerweb.com/~emmaclar'); define('HTTP_COOKIE_PATH', '/catalog/'); define('HTTPS_COOKIE_PATH', 'https://host132.ipowerweb.com/~emmaclar/catalog/'); define('DIR_WS_HTTP_CATALOG', '/catalog/'); /admin/includes/configure.php define('HTTP_SERVER', 'http://emmaclare.com'); // eg, http://localhost - should not be empty for productive servers define('HTTP_CATALOG_SERVER', 'http://emmaclare.com'); define('HTTPS_CATALOG_SERVER', 'https://host132.ipowerweb.com/~emmaclar'); define('ENABLE_SSL_CATALOG', 'true'); // secure webserver for catalog module define('DIR_FS_DOCUMENT_ROOT', '/home/emmaclar/public_html/catalog/'); // where the pages are located on the server define('DIR_WS_ADMIN', '/catalog/admin/'); // absolute path required define('DIR_FS_ADMIN', '/home/emmaclar/public_html/catalog/admin/'); // absolute pate required define('DIR_WS_CATALOG', '/catalog/'); // absolute path required define('DIR_FS_CATALOG', '/home/emmaclar/public_html/catalog/'); // absolute path required Am I missing something here? It seems as though I have everything set as discussed in previous posts....but obviously something is not quite right. Thanks very much for your assistance. Link to comment Share on other sites More sharing options...
241 Posted January 26, 2004 Share Posted January 26, 2004 There seems to be a lot of people having problems setting up on ipower. You could try this but backup the two files you have first so that if it does not work you can revert to the backups catalog/includes/ define('HTTP_SERVER', 'http://emmaclare.com'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://host132.ipowerweb.com/~emmaclar'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', true); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'emmaclare.com'); define('HTTPS_COOKIE_DOMAIN', 'host132.ipowerweb.com/~emmaclar'); define('HTTP_COOKIE_PATH', '/catalog/'); define('HTTPS_COOKIE_PATH', 'host132.ipowerweb.com/~emmaclar/catalog/'); define('DIR_WS_HTTP_CATALOG', '/catalog/'); admin/includes/ define('HTTP_SERVER', 'http://emmaclare.com'); // eg, http://localhost - should not be empty for productive servers define('HTTP_CATALOG_SERVER', 'http://emmaclare.com'); define('HTTPS_CATALOG_SERVER', 'https://host132.ipowerweb.com/~emmaclar'); define('ENABLE_SSL_CATALOG', 'true'); // secure webserver for catalog module define('DIR_FS_DOCUMENT_ROOT', '/home/emmaclar/public_html/catalog/'); // where the pages are located on the server define('DIR_WS_ADMIN', '/catalog/admin/'); // absolute path required define('DIR_FS_ADMIN', '/home/emmaclar/public_html/catalog/admin/'); // absolute pate required define('DIR_WS_CATALOG', '/catalog/'); // absolute path required define('DIR_FS_CATALOG', '/home/emmaclar/public_html/catalog/'); // absolute path required No longer giving free advice. Please place deposit in meter slot provided. Individual: [=] SME: [==] Corporation: [===] If deposit does not fit one of the slots provided then you are asking too much! Is your Osc dated try Phoenix raising oscommerce from the ashes. Link to comment Share on other sites More sharing options...
hebert01 Posted January 26, 2004 Author Share Posted January 26, 2004 Thanks, Steve. I actually figured out my issue. I had some of my path statements messed up. I worked on this for too long last night, and I guess my brain shut down. The catalog is now connecting to SSL at checkout, but my admin tool still says I'm *not* connected to an SSL connection with I login to it. hmmm... Link to comment Share on other sites More sharing options...
jjanguda Posted May 15, 2004 Share Posted May 15, 2004 This is the same problem I have.. As heber01 said, the catlog is now connecting so SSL at checkout, but my admin tool still says I'm not connected to an SSL connection with I login to it. What's the problem? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.