orientalgiftgallery.com Posted November 28, 2003 Share Posted November 28, 2003 Hi, I am using Linda's SEC. I've got a problem on SSL. I use a shared ssl provided by my host whose url is https://66.246.87.162/~samszone/. But after completeing checking out process, when I click finish button on https://66.246.87.162/~samszone/checkout_success.php page instead of bringing me back to my homepage, it brings me to https://66.246.87.162/index.php. if I do not use ssl, it's fine. can anybody give any idea below is my configure.php catalog define('HTTP_SERVER', 'http://www.samszone.com'); // eg, http://localhost - should not be empty for productive servers define('HTTP_CATALOG_SERVER', 'http://www.samszone.com'); define('HTTPS_CATALOG_SERVER', 'https://66.246.87.162'); define('ENABLE_SSL_CATALOG', true); // secure webserver for catalog module define('DIR_FS_DOCUMENT_ROOT', '/home/samszone/public_html/'); // where the pages are located on the server define('DIR_WS_ADMIN', '/admin/'); // absolute path required define('DIR_FS_ADMIN', '/home/samszone/public_html/admin/'); // absolute pate required define('DIR_WS_CATALOG', '/'); // absolute path required define('DIR_FS_CATALOG', '/home/samszone/public_html/'); // absolute path required admin define('HTTP_SERVER', 'http://www.samszone.com'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://66.246.87.162'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', true); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'www.samszone.com'); define('HTTPS_COOKIE_DOMAIN', 'https://66.246.87.162/~samszone'); define('HTTP_COOKIE_PATH', '/tmp/'); define('HTTPS_COOKIE_PATH', '/tmp/'); define('DIR_WS_HTTP_CATALOG', '/'); define('DIR_WS_HTTPS_CATALOG', '/~samszone/'); Am I configuring it right? btw, what's the use of SSL configuration in admin/include/configure.php? does catalog section use it? Thanks Kevin Link to comment Share on other sites More sharing options...
Guest Posted November 28, 2003 Share Posted November 28, 2003 define('HTTPS_CATALOG_SERVER', 'https://66.246.87.162'); Change this line in the Catalog file to show this define('HTTPS_CATALOG_SERVER', 'https://66.246.87.162/~samszone/'); See if this works, make sure to backup the config file first........................................................................... ................................... As for you question about the Admin "Am I configuring it right? btw, what's the use of SSL configuration in admin/include/configure.php? does catalog section use it?" The catalog section does not use it, but you will need to use the Admin panel to print invoices or edit orders and much more info, which is then not SSL 128bit encrypted, meaning you lack security measures in the Admin, sure you could have a password to enter the Admin we all do, but SSL the Admin is added security for not only you, but your customers information. Link to comment Share on other sites More sharing options...
orientalgiftgallery.com Posted November 29, 2003 Author Share Posted November 29, 2003 Hi, Steven, thanks, I'll try it right away. One more question, although I had cofigured my configure.php file for admin section, when I log in to admin section, it still says that I am not protected and there's no "lock" show on the status bar? thanks Kevin Link to comment Share on other sites More sharing options...
orientalgiftgallery.com Posted November 29, 2003 Author Share Posted November 29, 2003 Hi, steven, it doesn't work, I modified the configure.php file, now when I click check out, it brings me to https://66.246.87.162/~samszone/~samszone/c...81da12cb6734a8d which gives me a 404 error. Any idea? Thanks Link to comment Share on other sites More sharing options...
orientalgiftgallery.com Posted November 29, 2003 Author Share Posted November 29, 2003 got it fixed. thanks but why is my admin sections always says that I am not protected by ssl? Link to comment Share on other sites More sharing options...
geronimo Posted November 30, 2003 Share Posted November 30, 2003 what was the fix? I am having similar problems.... Link to comment Share on other sites More sharing options...
orientalgiftgallery.com Posted November 30, 2003 Author Share Posted November 30, 2003 modify your configure.php define('HTTP_SERVER', 'http://www.samszone.com'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://66.246.87.162/~samszone'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', true); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'www.samszone.com'); define('HTTPS_COOKIE_DOMAIN', 'https://66.246.87.162'); define('HTTP_COOKIE_PATH', '/tmp/'); define('HTTPS_COOKIE_PATH', '/tmp/'); define('DIR_WS_HTTP_CATALOG', '/'); define('DIR_WS_HTTPS_CATALOG', '/'); who knows whether admin section is secure or not? I mean, will there be a lock after I log in my admin interface? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.