popay Posted March 9, 2004 Share Posted March 9, 2004 Hi, I have tested my site before installing SSL. http://.............checkout_shipping.php worked fine. Now, I have SSL installed and system can not find https://.................checkout_shipping.php. Any sugestions. - define('ENABLE_SSL', true); Am I missing something? Regards, Mike Link to comment Share on other sites More sharing options...
AlanR Posted March 9, 2004 Share Posted March 9, 2004 1) Post your config file minus private data. 2) Is your server one of those that requires a special secure directory (folder)? 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...
popay Posted March 9, 2004 Author Share Posted March 9, 2004 Hi Alan, 1. Here it is (commerce=catalog): define('HTTP_SERVER', 'http://jhd-jewellery.com'); define('HTTPS_SERVER', 'https://jhd-jewellery.com'); define('ENABLE_SSL', true); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'http://jhd-jewellery.com'); define('HTTPS_COOKIE_DOMAIN', 'https://jhd-jewellery.com'); define('HTTP_COOKIE_PATH', '/commerce/'); define('HTTPS_COOKIE_PATH', '/commerce/'); define('DIR_WS_HTTP_CATALOG', '/commerce/'); define('DIR_WS_HTTPS_CATALOG', '/commerce/'); define('DIR_WS_IMAGES', '/commerce/images/'); define('DIR_WS_ICONS', '/commerce/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', dirname($HTTP_SERVER_VARS['SCRIPT_FILENAME'])); define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/'); 2. I think so! Catalog (commerce) is placed in public_html folder. Link to comment Share on other sites More sharing options...
AlanR Posted March 9, 2004 Share Posted March 9, 2004 Whoa! When I put in http://jhd-jewellery.com I get a password request, which is fine since you probably have protection set. When I put in https://jhd-jewellery.com I get a computer service The config file looks ok but I don't understand the urls at all 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...
AlanR Posted March 9, 2004 Share Posted March 9, 2004 This is a shared ssl I guess. Right? Not your own cert? You'll have to check with your hosting company on which url to use for shared 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...
popay Posted March 9, 2004 Author Share Posted March 9, 2004 1. ID : jhdjewel Password: siberpass 2. I do not understand what is it with urls that you do not understand? 3. As far as I know it is not shared certificate, but I'll check it out. Cheers, Mike Link to comment Share on other sites More sharing options...
AlanR Posted March 9, 2004 Share Posted March 9, 2004 If you had your own certificate and associated ssl connection https://jhd-jewellery.com would take you to exactly the same place as http://jhd-jewellery.com 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...
popay Posted March 10, 2004 Author Share Posted March 10, 2004 Thanx Alan, Your comments made me think. I found out that my provider has not installed SSL just yet. Regards, Mike Link to comment Share on other sites More sharing options...
AlanR Posted March 10, 2004 Share Posted March 10, 2004 I see they got it working now :) 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...
popay Posted March 10, 2004 Author Share Posted March 10, 2004 Yes! Thanx again. Regards, Mike Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.