Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

SSL Configuration


Guest

Recommended Posts

Posted

Somewhere along the line, I failed to properly indicate during thte install process that I needed so now I receive a message in the admin section that I do not have ssl. How do I go about configuring this. B)

Posted

check your admin/includes/configure.php

 

define('HTTPS_CATALOG_SERVER', '');
define('ENABLE_SSL_CATALOG', 'false');

 

in shop

 

 define('HTTPS_SERVER', '');
define('ENABLE_SSL', false);

 

false change to True & add https serwer, f.e. https://cool.shop.uk

Archived

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

×
×
  • Create New...