shahin Posted December 16, 2005 Share Posted December 16, 2005 Hi, Recently I have bought a dedicated SSL. when I configured the SSL , it's working at my Admin are. But at Catalog,it's not working !!! 1.my store is located at http://mydomain.co.uk/catalog 2. SSL was issued to mydomain.co.uk not www.mydomain.co.uk catalog/include/configure.php is as follows, // Define the webserver and path parameters // * DIR_FS_* = Filesystem directories (local/physical) // * DIR_WS_* = Webserver directories (virtual/URL) define('HTTP_SERVER', 'http://mydomain.co.uk'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://mydomain.co.uk'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', 'true'); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'mydomain.co.uk'); define('HTTPS_COOKIE_DOMAIN', 'mydomain.co.uk'); define('HTTP_COOKIE_PATH', '/catalog/'); define('HTTPS_COOKIE_PATH', '/catalog/'); define('DIR_WS_HTTP_CATALOG', '/catalog/'); define('DIR_WS_HTTPS_CATALOG', '/catalog/'); 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/'); Could anybody help me to solve this problem Thanks in advance Shahin Link to comment Share on other sites More sharing options...
vasttech Posted December 16, 2005 Share Posted December 16, 2005 Can you post a link to your store? Also, when you say it is not working in the catalog area can you be more specific? SSL is only enabled on the catalog side on pages where you have customer info/payment info being entered. Otherwise the rest of the pages are not encrypted. Hope this helps. :) osCommerce Knowledge Base osCommerce Documentation Contributions Link to comment Share on other sites More sharing options...
Guest Posted December 17, 2005 Share Posted December 17, 2005 make sure the force cookies use is set to true in the osc panel. You could also check the htaccess for incorrect settings. Link to comment Share on other sites More sharing options...
AlanR Posted December 17, 2005 Share Posted December 17, 2005 See: Broken Padlock in SSL 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.