osCommerce Community Support Forums: how to use a shared ssl certificate? - osCommerce Community Support Forums

Jump to content

Corporate Sponsor


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

how to use a shared ssl certificate? Rate Topic: -----

#1 User is offline   tbrown Icon

  • Find Posts
  • Group: Community Member
  • Posts: 26
  • Joined: 06-March 04
  • Real Name:Tim

Posted 06 March 2004 - 08:49 PM

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
0

#2 User is offline   AlanR Icon

  • Find Posts
  • Group: Community Member
  • Posts: 3,651
  • Joined: 08-January 04
  • Real Name:Alan Rogers

Posted 06 March 2004 - 09:05 PM

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 Client: Mac / Linux Servers
0

#3 User is offline   tbrown Icon

  • Find Posts
  • Group: Community Member
  • Posts: 26
  • Joined: 06-March 04
  • Real Name:Tim

Posted 07 March 2004 - 02:13 AM

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.
0

#4 User is offline   user99999999 Icon

  • Find Posts
  • Group: Community Member
  • Posts: 1,208
  • Joined: 11-January 04
  • Real Name:Dave...

Posted 07 March 2004 - 03:23 AM

http://pricedright.biz/index.html

https://secure.secur....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.
0

#5 User is offline   clarocque Icon

  • Find Posts
  • Group: Community Member
  • Posts: 554
  • Joined: 31-August 03
  • Real Name:Chris
  • Location:VT/USA

Posted 07 March 2004 - 09:18 AM

Try:
https://secure.secur...rder5.com/~YOUR USER NAME
osC Contributions I have published.

Note: Some I only provided minor changes, updates or additions!
0

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic