I recently upgraded to the current version of Zencart (1.3.8). I had SSL working fine before the upgrade.

After the upgrade I changed define statements in the includes/configure.php and admin/includes/configure.php files in order to implement SSL. I think the only change I'm making is to change

define('ENABLE_SSL', 'false');

to

define('ENABLE_SSL', 'true');

But now when I try to log-in as a a customer the browser looks for the URL
"https://www.mystore.comhttps://index.php?main_page=login"

Obviously, no such server exists. It looks like an extra "https://" is getting stuck in between the .com and index.php.

SSL is working fine at my site and everything works fine if I just use the non-secure configure.php files.

Any help would be much appreciated.