I have a site http://store.harc-ct.org/ that is giving me fits over the broken padlock. I've researched the forums and tried everything I can think of. 
When you go to the secure address, https://harc-store.securesites.com, you get the broken padlock and the "Connection partially encrypted" error.
I'm running Zen Cart 1.3.8a with PHP Version 5.2.9 on a Linux server.
Here's what I know:
- I have other ZC's running successfully on the same server without issue.
- There is no broken lock error in the admin area so I assume the certificate is set up correctly.
- The base file shows "base href="http://store.harc-ct.org/"" even when it is supposed to be secure.
- The config file settings are:
Code:
define('HTTP_SERVER', 'http://store.harc-ct.org');
define('HTTPS_SERVER', 'https://harc-store.securesites.com');
// Use secure webserver for checkout procedure?
define('ENABLE_SSL', 'true');
- I tried swapping back to the default template to no avail.
- I WinMerged the init_file_db_names.php & html_header.php just in case they got changed without my knowledge but they are original and unmodified.
Any other suggestions or places I should check?
Thanks.
Bookmarks