I have recently added a dedicated SSL cert to my hosting then followed this post (http://www.zen-cart.com/content.php?56) to activate in my zen cart. Once I activated it a I can no longer sign in to my fetch program to upload files. Also how do I know for sure that SSL is working on my site properly. I dont see any lock in my address bar? here is the code from my includes/config
define('HTTP_SERVER', 'http://www.deviantstyle.com');
define('HTTPS_SERVER', 'https://www.deviantstyle.com');
// Use secure webserver for checkout procedure?
define('ENABLE_SSL', 'true');
and here is my files from my admin/includes/config
define('HTTP_SERVER', 'http://www.deviantstyle.com');
define('HTTPS_SERVER', 'https://www.deviantstyle.com');
define('HTTP_CATALOG_SERVER', 'http://www.deviantstyle.com');
define('HTTPS_CATALOG_SERVER', 'https://www.deviantstyle.com');
// secure webserver for admin? Valid choices are 'true' or 'false' (including quotes).
define('ENABLE_SSL_ADMIN', 'false');
// secure webserver for storefront? Valid choices are 'true' or 'false' (including quotes).
define('ENABLE_SSL_CATALOG', 'true');
when I try and install my paypal payments pro in payments option i admin it tells ( ALERT: For security reasons, Installation of this module is disabled until your Admin is configured for SSL. )
when I set the admin SSL to "true" it wouldn't let me log in to my admin????
any help would be appreciated please thanks!
-Darian
my web address is: http://www.deviantstyle.com


Reply With Quote

