Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

SSL Lock not appearing


msdavis

Recommended Posts

Posted

Other posts say that as long as configure.php is correctly configured, the lock should show up automatically on the appropriate pages. I get no lock, not even on the login page. And the admin panel says SSL is not enabled. I've checked with my host and all is correct. Also, I can access the site itself at https://casual-elegance.net with a lock, just not the admin or catalog areas.

 

Catalog:

define('HTTP_SERVER', 'http://casual-elegance.net'); // eg, http://localhost - should not be empty for productive servers

define('HTTPS_SERVER', 'https://casual-elegance.net'); // eg, https://localhost - should not be empty for productive servers

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

define('HTTP_COOKIE_DOMAIN', 'http://casual-elegance.net');

define('HTTPS_COOKIE_DOMAIN', 'https://casual-elegance.net');

define('HTTP_COOKIE_PATH', '');

define('HTTPS_COOKIE_PATH', '');

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

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

 

Admin:

define('HTTP_SERVER', 'http://casual-elegance.net'); // eg, http://localhost or - https://localhost should not be NULL for productive servers

define('HTTP_CATALOG_SERVER', 'http://casual-elegance.net');

define('HTTPS_CATALOG_SERVER', 'https://casual-elegance.net');

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

Archived

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

×
×
  • Create New...