Jump to content


Corporate Sponsors


Latest News: (loading..)

- - - - -

how to use a shared ssl certificate?


4 replies to this topic

#1 tbrown

  • Community Member
  • 26 posts
  • Real Name:Tim

Posted 06 March 2004, 20:49

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

#2 AlanR

  • Community Member
  • 3,711 posts
  • Real Name:Alan Rogers

Posted 06 March 2004, 21:05

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)

#3 tbrown

  • Community Member
  • 26 posts
  • Real Name:Tim

Posted 07 March 2004, 02:13

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.

#4 user99999999

  • Community Member
  • 1,208 posts
  • Real Name:Dave...

Posted 07 March 2004, 03:23

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.

#5 clarocque

  • Community Member
  • 559 posts
  • Real Name:Chris
  • Location:VT/USA

Posted 07 March 2004, 09:18

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!