Results 1 to 3 of 3
  1. #1
    Join Date
    Sep 2010
    Location
    Stoke-on-Trent, Staffordshire. UK
    Posts
    131
    Plugin Contributions
    0

    Default Enabling SSL question

    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.

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Enabling SSL question

    in previous zen projects I have had no problems enabling SSL
    Code:
    define('ENABLE_SSL_CATALOG', 'false');
    define('ENABLE_SSL_ADMIN', 'false');
    As far back as I can recall the admin has always been as you posted

    Just set them both to true
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Sep 2010
    Location
    Stoke-on-Trent, Staffordshire. UK
    Posts
    131
    Plugin Contributions
    0

    Default Re: Enabling SSL question

    Thank you
    Visit Andy's Motorcycles
    www.andysmotorcycles.com
    Motorcycle & Scooter Parts, Spares & accessories

 

 

Similar Threads

  1. enabling ssl help
    By bloomingvine in forum General Questions
    Replies: 2
    Last Post: 27 Jan 2011, 03:07 AM
  2. Enabling SSL
    By pod166 in forum General Questions
    Replies: 7
    Last Post: 12 Oct 2007, 12:25 PM
  3. Enabling SSL
    By webopt in forum General Questions
    Replies: 1
    Last Post: 9 Sep 2007, 05:11 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg