OK, the admin logon is ssl now, but the customer/store still is not...
Here is my setting... By the way, the addy is www.cookoutstuff.com/store/ for the new zencart..
Code:
* If you desire your *entire* admin to be SSL-protected, make sure you use a "https:" URL for all 4 of the following:
*/
define('HTTP_SERVER', 'http://www.cookoutstuff.com');
define('HTTPS_SERVER', 'https://www.cookoutstuff.com');
define('HTTP_CATALOG_SERVER', 'http://www.cookoutstuff.com');
define('HTTPS_CATALOG_SERVER', 'https://www.cookoutstuff.com');
// secure webserver for catalog module and/or admin areas?
define('ENABLE_SSL_CATALOG', 'true');
define('ENABLE_SSL_ADMIN', 'true');