Results 1 to 6 of 6
  1. #1
    Join Date
    Apr 2010
    Posts
    11
    Plugin Contributions
    0

    Default SSL working for Admin, but not on checkout and customer login

    I've followed the tutorial provided here but it seems that I am only able to see SSL being enabled when I log into admin. I ran tests to see if SSL was enabled during the checkout and customer log in, but sadly it was not, unless I am missing something.

    If I am correct the top should show https://xxxx if SSL is working correctly

    Any suggestions on what I am missing in order to have SSL enabled for when my customers try to log in, and at the checkout page?

    Thanks.

  2. #2
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,136
    Plugin Contributions
    11

    Default Re: SSL working for Admin, but not on checkout and customer login

    make sure your configure.php file in the root's includes directory is correctly set.

  3. #3
    Join Date
    Apr 2010
    Posts
    11
    Plugin Contributions
    0

    Default Re: SSL working for Admin, but not on checkout and customer login

    i went by the tutorial, i think it should look something like this
    also, my permissions for /includes/configure.php/ are set to 644 if that makes any difference.

    // Define the webserver and path parameters
    // HTTP_SERVER is your Main webserver: eg, http://www.yourdomain.com
    // HTTPS_SERVER is your Secure webserver: eg, https://www.yourdomain.com
    define('HTTP_SERVER', 'http://www.***.com');
    define('HTTPS_SERVER', 'https://www.***.com');

    // Use secure webserver for checkout procedure?
    define('ENABLE_SSL', 'true');

    // NOTE: be sure to leave the trailing '/' at the end of these lines if you make changes!
    // * DIR_WS_* = Webserver directories (virtual/URL)
    // these paths are relative to top of your webspace ... (ie: under the public_html or httpdocs folder)
    define('DIR_WS_CATALOG', '/');
    define('DIR_WS_HTTPS_CATALOG', '/');

    define('DIR_WS_IMAGES', 'images/');
    define('DIR_WS_INCLUDES', 'includes/');
    define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');
    define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');
    define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');
    define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');
    define('DIR_WS_DOWNLOAD_PUBLIC', DIR_WS_CATALOG . 'pub/');
    define('DIR_WS_TEMPLATES', DIR_WS_INCLUDES . 'templates/');

    define('DIR_WS_PHPBB', '');

    // * DIR_FS_* = Filesystem directories (local/physical)
    //the following path is a COMPLETE path to your Zen Cart files. eg: /var/www/vhost/accountname/public_html/store/
    define('DIR_FS_CATALOG', '/home5/thehydro/public_html/');

    define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');
    define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');
    define('DIR_WS_UPLOADS', DIR_WS_IMAGES . 'uploads/');
    define('DIR_FS_UPLOADS', DIR_FS_CATALOG . DIR_WS_UPLOADS);
    define('DIR_FS_EMAIL_TEMPLATES', DIR_FS_CATALOG . 'email/');
    Last edited by idle; 23 Jun 2010 at 12:00 AM. Reason: permissions for configure.php

  4. #4
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,136
    Plugin Contributions
    11

    Default Re: SSL working for Admin, but not on checkout and customer login

    and is your certificate for www.***.com or ***.com?

  5. #5
    Join Date
    Apr 2010
    Posts
    11
    Plugin Contributions
    0

    Default Re: SSL working for Admin, but not on checkout and customer login

    the certificate is for www.thehydrosource.com , i just put *** because i did not want to advertise

  6. #6
    Join Date
    Apr 2010
    Posts
    11
    Plugin Contributions
    0

    Default Re: SSL working for Admin, but not on checkout and customer login

    alright found out the problem, since it was a 3rd party provider, i had to get the certificate installed from their control panel as well after i uploaded the .crt files on my web host.

    thanks for your help

 

 

Similar Threads

  1. Customer login SSL not working correctly?
    By Diddyo in forum General Questions
    Replies: 24
    Last Post: 11 May 2011, 01:30 PM
  2. Admin and customer login not working
    By stephenacre in forum General Questions
    Replies: 8
    Last Post: 7 Mar 2011, 05:37 AM
  3. Replies: 1
    Last Post: 30 Oct 2008, 10:13 AM
  4. Customer Login and Checkout button not working
    By fanderwald in forum General Questions
    Replies: 5
    Last Post: 30 Nov 2007, 10:54 PM
  5. Customer Login and Admin Login not working
    By trudesign in forum General Questions
    Replies: 4
    Last Post: 6 Jun 2007, 04:26 AM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR