Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

how to use a shared ssl certificate?


tbrown

Recommended Posts

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

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...