Right okay so I have my own ssl security certificate and in previous zen projects I have had no problems enabling SSL however my recent project is using the fairly recent 1.3.9h build and I have noticed a slight difference and want to make sure I get everything correct.
The help files state that you need to edit the line of text - enable-ssl=false and set it to true. this is all very simply and was immediately done from my includes/configure.php starting my ssl straight away. My problem is that for some reason the admin/includes/configure.php which I am also supposed to set to true no longer contains this line and instead contains this line -
define('ENABLE_SSL_CATALOG', 'false');
define('ENABLE_SSL_ADMIN', 'false');
Iv looked everywhere and cannot find the line of code specified on the help file. I just want to turn on the basic ssl settings for just the required parts of the site but it seems like this code is offering me extra ssl features or something which I probably just need. So do I just need to change the false to a true in the includes/configure.php file and then leave this admin/includes/configure.php alone, or is it essential that I must also edit something here to. The steps in the help file are certainly not possible for my current store.



