tbrown Posted March 6, 2004 Share Posted March 6, 2004 Does anyone know how to use a shared SSL Certificate? i cannot get my "login" or "new account" link to work...I am assuming it has something to do with that. here is a snippet from my config file.... // Define the webserver and path parameters // * DIR_FS_* = Filesystem directories (local/physical) // * DIR_WS_* = Webserver directories (virtual/URL) define('HTTP_SERVER', 'http://www.pricedright.biz'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://www.pricedright.biz'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', true); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'www.pricedright.biz'); define('HTTPS_COOKIE_DOMAIN', 'www.pricedright.biz'); define('HTTP_COOKIE_PATH', '/oscommerce'); define('HTTPS_COOKIE_PATH', '/oscommerce'); define('DIR_WS_HTTP_CATALOG', '/oscommerce/'); define('DIR_WS_HTTPS_CATALOG', '/oscommerce/'); 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/'); thanks Tim Link to comment Share on other sites More sharing options...
AlanR Posted March 6, 2004 Share Posted March 6, 2004 If you're going to run a shared ssl this can not be the url: https://www.pricedright.biz Check your hosting control panel, it will probably give you the path to use a shared service. something like https://secure.ev1/pricedright.biz Hosting companies use different methods and systems so you need to check your hosting. 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...
tbrown Posted March 7, 2004 Author Share Posted March 7, 2004 thanks for the info. i changed my define('HTTPS_SERVER', 'https://secure.secure-ecommerce-order5.com/~pricedright.biz'); now i get the following error message....i've shut off all security in my browser just in case, but no luck.....any thoughts? The page cannot be displayed The page you are looking for is currently unavailable. The Web site might be experiencing technical difficulties, or you may need to adjust your browser settings. Link to comment Share on other sites More sharing options...
user99999999 Posted March 7, 2004 Share Posted March 7, 2004 http://pricedright.biz/index.html https://secure.secure-ecommerce-order5.com/....biz/index.html These pages should both be the same and say 'Welcome to Priced Right, LLC!' irrelevant of oscommerce config. So it means your host gave you the wrong URL or did not configure it correct. Link to comment Share on other sites More sharing options...
clarocque Posted March 7, 2004 Share Posted March 7, 2004 Try: https://secure.secure-ecommerce-order5.com/~YOUR USER NAME osC Contributions I have published. Note: Some I only provided minor changes, updates or additions! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.