Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

SSL & Admin interface


gunnl

Recommended Posts

Posted

Hi folks

 

I'm having this problem with my admin interface. It shows "You are not protected by a secure SSL connection".

 

Could any of you point out to me what is missing in my cofing files? My ssl certificate is issued to www.bushido.is

 

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

B - admin
define('HTTP_SERVER', 'http://www.bushido.is'); // eg, http://localhost - should not be empty for productive servers
define('HTTP_CATALOG_SERVER', 'http://www.bushido.is');
define('HTTPS_CATALOG_SERVER', 'https://www.bushido.is');
define('ENABLE_SSL_CATALOG', true); // secure webserver for catalog module
define('DIR_FS_DOCUMENT_ROOT', '/var/www/is/bushido.is/html/test/'); // where the pages are located on the server
define('DIR_WS_ADMIN', '/test/admin/'); // absolute path required
define('DIR_FS_ADMIN', '/var/www/is/bushido.is/html/test/admin/'); // absolute pate required
define('DIR_WS_CATALOG', '/test/'); // absolute path required
define('DIR_FS_CATALOG', '/var/www/is/bushido.is/html/test/'); // absolute path required

 

Your help would be greatly appreciative :)

 

I'm hoping to go live this coming week :D

 

Kind regards

Gunnlaugur

Regards

Gunnlaugur

Archived

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

×
×
  • Create New...