Thread: SSL issues

Results 1 to 10 of 15

Hybrid View

  1. #1
    Join Date
    Jun 2007
    Posts
    12
    Plugin Contributions
    0

    Default ssl http & https

    pulling my hair out with this one guys!!!!!!

    have installed an ssl and now the site won't open ... i realise i have to define in the file below


    // Define the webserver and path parameters
    // Main webserver: eg, http://localhost - should not be empty for productive servers
    // HTTP_SERVER is your Main webserver: eg, http://www.yourdomain.com
    // HTTPS_SERVER is your Secure webserver: eg, https://www.yourdomain.com
    // HTTP_CATALOG_SERVER is your Main webserver: eg, http://www.yourdomain.com
    // HTTPS_CATALOG_SERVER is your Secure webserver: eg, https://www.yourdomain.com
    /*
    * URLs for your site will be built via:
    * HTTP_SERVER plus DIR_WS_ADMIN or
    * HTTPS_SERVER plus DIR_WS_HTTPS_ADMIN or
    * HTTP_SERVER plus DIR_WS_CATALOG or
    * HTTPS_SERVER plus DIR_WS_HTTPS_CATALOG
    * ...depending on your system configuration settings
    */
    define('HTTP_SERVER', 'http://www.whiterosecomputers.com');
    define('HTTPS_SERVER', 'https://www.whiterosecomputers.com');
    define('HTTP_CATALOG_SERVER', 'http://www.whiterosecomputers.com');
    define('HTTPS_CATALOG_SERVER', 'https://www.whiterosecomputers.com');

    but i can't see what i have to do ... somebody out there please .... help

  2. #2
    Join Date
    Mar 2005
    Location
    California
    Posts
    663
    Plugin Contributions
    0

    Default Re: ssl http & https

    Hi, first I'd like to tell you that shouldn't create 2 or 3 different threads discussing the same issue, this is usually frowned upon, you should stick to just one.

    Anyway, you need to edit admin/includes/configure.php
    where it says
    // Use secure webserver for catalog module and/or admin areas?
    define('ENABLE_SSL_CATALOG', 'false');
    define('ENABLE_SSL_ADMIN', 'false');

    Change to false to true.

    And in includes/configure.php where it says:
    // Use secure webserver for checkout procedure?
    define('ENABLE_SSL', 'false');

  3. #3
    Join Date
    Jun 2007
    Posts
    12
    Plugin Contributions
    0

    Default Re: ssl http & https

    sorry about multiple threads ... am a bit new to forums .... have clent on my back as this is my first attempt with zencart

    thank you for you help and time .... apolgies to all ... no offence intended

  4. #4
    Join Date
    Jun 2007
    Posts
    12
    Plugin Contributions
    0

    Default Re: ssl http & https

    the lines define('HTTP_SERVER', 'http://www.whiterosecomputers.com');
    define('HTTPS_SERVER', 'https://www.whiterosecomputers.com');
    define('HTTP_CATALOG_SERVER', 'http://www.whiterosecomputers.com');
    define('HTTPS_CATALOG_SERVER', 'https://www.whiterosecomputers.com');
    // Use secure webserver for catalog module and/or admin areas?
    define('ENABLE_SSL_CATALOG', 'true');
    define('ENABLE_SSL_ADMIN', 'true');

    are already set to 'true'

    and i can't find the line

    define('ENABLE_SSL"), 'false');

    sorry to bug you ... and help willingly accepted

  5. #5
    Join Date
    Jun 2007
    Posts
    12
    Plugin Contributions
    0

    Default Re: ssl http & https

    reading helps .... found the second line (well thats the good news!) ... (ENABLE_SSL', 'false'); is also set to true

    any ideas on what else it could be?


  6. #6
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: SSL issues

    What exactly isn't working? I was on your site and there is a site ... I go to login and there is a login ...

    Other than it would be nice to see the Powered by Zen Cart link in the footer ... and perhaps not use our buttons unless you intend to change those and therefor should really put our copyright back in ... the site does appear to be working ...

    Note: in the Admin only the login is secure, at this time, unless you make everything secure and that can slow things down ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  7. #7
    Join Date
    Mar 2007
    Location
    Seattle
    Posts
    38
    Plugin Contributions
    0

    Default Re: SSL issues

    Wow! This was a short, but very good and important thread. I have been strungling with getting the secure lock to appear and this did the trick.
    This thread ( or the tips in it) should be added to the other threads about SSL.
    Thank you!

  8. #8
    Join Date
    Mar 2007
    Location
    Seattle
    Posts
    38
    Plugin Contributions
    0

    Default Re: SSL issues

    By the way, I am live with cybersource now, and everything is working great with the help of this forum.
    Thanks to all the threads!

  9. #9
    Join Date
    Sep 2007
    Posts
    19
    Plugin Contributions
    0

    Default Re: SSL issues

    Sorry to jump in on an issue but if my site is stored in a sub directory /shop/ do i have to add that to the urls i am defining?

    Thanks people

 

 

Similar Threads

  1. SSL Issues
    By KeystoneAirsoft in forum General Questions
    Replies: 4
    Last Post: 14 Nov 2011, 02:44 AM
  2. SSL Issues
    By z06man in forum General Questions
    Replies: 7
    Last Post: 16 Oct 2010, 09:09 PM
  3. SSL Issues
    By alphatrion in forum General Questions
    Replies: 6
    Last Post: 12 Sep 2007, 02:28 PM

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