Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

SSL is not working at Catalog area !!


shahin

Recommended Posts

Hi,

 

Recently I have bought a dedicated SSL. when I configured the SSL , it's working at my Admin are.

 

But at Catalog,it's not working !!!

 

1.my store is located at http://mydomain.co.uk/catalog

 

2. SSL was issued to mydomain.co.uk not www.mydomain.co.uk

 

 

catalog/include/configure.php is as follows,

 

 

 

 

// Define the webserver and path parameters

// * DIR_FS_* = Filesystem directories (local/physical)

// * DIR_WS_* = Webserver directories (virtual/URL)

define('HTTP_SERVER', 'http://mydomain.co.uk'); // eg, http://localhost - should not be empty for productive servers

define('HTTPS_SERVER', 'https://mydomain.co.uk'); // eg, https://localhost - should not be empty for productive servers

define('ENABLE_SSL', 'true'); // secure webserver for checkout procedure?

define('HTTP_COOKIE_DOMAIN', 'mydomain.co.uk');

define('HTTPS_COOKIE_DOMAIN', 'mydomain.co.uk');

define('HTTP_COOKIE_PATH', '/catalog/');

define('HTTPS_COOKIE_PATH', '/catalog/');

define('DIR_WS_HTTP_CATALOG', '/catalog/');

define('DIR_WS_HTTPS_CATALOG', '/catalog/');

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/');

 

 

Could anybody help me to solve this problem

 

Thanks in advance

Shahin

Link to comment
Share on other sites

Can you post a link to your store?

 

Also, when you say it is not working in the catalog area can you be more specific? SSL is only enabled on the catalog side on pages where you have customer info/payment info being entered. Otherwise the rest of the pages are not encrypted.

 

Hope this helps. :)

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...