Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Help with SSL on godaddy host


msaz87

Recommended Posts

I've read a bunch of threads on the issue and haven't been able to resolve my own problem...

 

I have a shared host from godaddy and purchased a certificate from them that seems to be installed just fine. I can direct to the shop: https://www.sportsleagueofamerica.com/osCommerce/catalog just fine, but when you do anything else, it reverts back to http.

 

Here's my two config files:

 

catalog/includes

// Define the webserver and path parameters
// * DIR_FS_* = Filesystem directories (local/physical)
// * DIR_WS_* = Webserver directories (virtual/URL)
 define('HTTP_SERVER', 'http://www.sportsleagueofamerica.com/'); // eg, http://localhost - should not be empty for productive servers
 define('HTTPS_SERVER', 'https://www.sportsleagueofamerica.com/'); // eg, https://localhost - should not be empty for productive servers
 define('ENABLE_SSL', true); // secure webserver for checkout procedure?
 define('HTTP_COOKIE_DOMAIN', 'www.sportsleagueofamerica.com/');
 define('HTTPS_COOKIE_DOMAIN', 'sportsleagueofamerica.com/');
 define('HTTP_COOKIE_PATH', '/osCommerce/catalog/');
 define('HTTPS_COOKIE_PATH', '/osCommerce/catalog/');
 define('DIR_WS_HTTP_CATALOG', '/osCommerce/catalog/');
 define('DIR_WS_HTTPS_CATALOG', '/osCommerce/catalog/');

 

admin/includes

// define our webserver variables
// FS = Filesystem (physical)
// WS = Webserver (virtual)
 define('HTTP_SERVER', 'https://www.sportsleagueofamerica.com/'); // eg, http://localhost or - https://localhost should not be NULL for productive servers
 define('HTTP_CATALOG_SERVER', 'https://www.sportsleagueofamerica.com/');
 define('HTTPS_CATALOG_SERVER', 'https://www.sportsleagueofamerica.com/');
 define('ENABLE_SSL_CATALOG', 'true'); // secure webserver for catalog module

 

Any help is appreciated. Thanks.

Link to comment
Share on other sites

Search this forum for "GoDaddy SSL problems" using the Google Toolbar and hit the button that tells it to search only within this site - it's a better search facility than the osCommerce Forums search facility.

 

Vger

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...