Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Shared SSL Error


Erics Studio

Recommended Posts

Posted

I have the both the admin includes and the catalog config files defined as shown in the setup

when i use the https either for admin or catalog I get a red warning in the address bar that says there is a certificate error due to missmatched adress. How do I correct this

 

 

define('HTTP_SERVER', 'https://diorama.com.sslpowered.com'); // eg, http://localhost or - https://localhost

define('HTTP_CATALOG_SERVER', 'http://diorama.com'); // eg, http://localhost or - https://localhost

define('HTTPS_CATALOG_SERVER', 'https://diorama.com.sslpowered.com'); // eg, http://localhost or - https://localhost

define('ENABLE_SSL_CATALOG', 'true'); // secure webserver for catalog module

define('DIR_FS_DOCUMENT_ROOT', $DOCUMENT_ROOT . '/demo//catalog/' ); // where your pages are located on the server.

Posted

you need to discuss with your host what the parameters need to be for shared ssl

Archived

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

×
×
  • Create New...