Results 1 to 6 of 6
  1. #1
    Join Date
    Jul 2009
    Posts
    12
    Plugin Contributions
    0

    Default SSL Not Turning On

    I have a Zen Cart Shopping cart I am putting together for a client, and its the first time I have made one. When I try to go place an order after logging in, it doesn't move me to the https:// SSL location - what is missing? I have checked the items outlined in this FAQ, but they are all correct. https://www.zen-cart.com/tutorials/index.php?article=14

    Here is my cart:
    http://www.agskinstore.com

    Thank you!

  2. #2
    Join Date
    Nov 2007
    Location
    Woodbine, Georgia, United States
    Posts
    4,247
    Plugin Contributions
    58

    Default Re: SSL Not Turning On

    post your includes/configure.php minus your DB and admin folder info.

    ~Melanie
    PRO-Webs, Inc. since 2003 :: Zen Cart Hosting :: Zen Cart SEO – 12 Steps to Success
    **I answer questions in the forum, private messages are not conducive to a helpful community.

  3. #3
    Join Date
    Jul 2009
    Posts
    12
    Plugin Contributions
    0

    Default Re: SSL Not Turning On

    <?php
    /**
    * @package Configuration Settings circa 1.3.8
    * @copyright Copyright 2003-2007 Zen Cart Development Team
    * @copyright Portions Copyright 2003 osCommerce
    * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
    */


    /*************** NOTE: This file is similar, but DIFFERENT from the "admin" version of configure.php. ***********/
    /*************** The 2 files should be kept separate and not used to overwrite each other. ***********/

    // Define the webserver and path parameters
    // HTTP_SERVER is your Main webserver: eg-http://www.your_domain.com
    // HTTPS_SERVER is your Secure webserver: eg-https://www.your_domain.com
    define('HTTP_SERVER', 'http://www.agskinstore.com');
    define('HTTPS_SERVER', 'https://www.agskinstore.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', '/mnt/stor2-wc1-dfw1/402049/www.agskinstore.com/web/content/');

    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/');

    // define our database connection
    define('DB_TYPE', 'mysql');
    define('DB_PREFIX', '');
    define('DB_SERVER', 'XXXXXXXX');
    define('DB_SERVER_USERNAME', 'XXXXXXXX');
    define('DB_SERVER_PASSWORD', 'XXXXXXXX');
    define('DB_DATABASE', 'XXXXXXXX');
    define('USE_PCONNECT', 'false');
    define('STORE_SESSIONS', 'db');
    // for STORE_SESSIONS, use 'db' for best support, or '' for file-based storage

    // The next 2 "defines" are for SQL cache support.
    // For SQL_CACHE_METHOD, you can select from: none, database, or file
    // If you choose "file", then you need to set the DIR_FS_SQL_CACHE to a directory where your apache
    // or webserver user has write privileges (chmod 666 or 777). We recommend using the "cache" folder inside the Zen Cart folder
    // ie: /path/to/your/webspace/public_html/zen/cache -- leave no trailing slash
    define('SQL_CACHE_METHOD', 'none');
    define('DIR_FS_SQL_CACHE', '/mnt/stor2-wc1-dfw1/402049/www.agskinstore.com/web/content/cache');

    // EOF

  4. #4
    Join Date
    Nov 2007
    Location
    Woodbine, Georgia, United States
    Posts
    4,247
    Plugin Contributions
    58

    Default Re: SSL Not Turning On

    Contact your hosting company and see that you have cURL support for SSL.

    The configure looks correct.

    ~Melanie
    PRO-Webs, Inc. since 2003 :: Zen Cart Hosting :: Zen Cart SEO – 12 Steps to Success
    **I answer questions in the forum, private messages are not conducive to a helpful community.

  5. #5
    Join Date
    Jul 2009
    Posts
    12
    Plugin Contributions
    0

    Default Re: SSL Not Turning On

    Well, here is the funny thing. It used to work correctly, but then during the process of developping the skin for the site it stopped working. The SSLs are supported. I am not sure what to do other then try to rebuild the whole thing from scratch.

  6. #6

    Default Re: SSL Not Turning On

    Have you got it working, I went to your site when I went to go to my account I got sent to the SSL certificate. If its still not working the way its supposed to let me know.

    And if you go back to the old template does it work and its just not working on the new template?

 

 

Similar Threads

  1. v150 Featured Products disappears after turning SSL on
    By sw1138lr in forum General Questions
    Replies: 0
    Last Post: 9 Jun 2012, 07:04 PM
  2. Catalog/Admin panel breaks when turning on SSL
    By Famsta in forum Installing on a Linux/Unix Server
    Replies: 2
    Last Post: 28 Oct 2011, 04:31 PM
  3. Turning of SSL, how?
    By Rob905 in forum General Questions
    Replies: 3
    Last Post: 9 Jan 2008, 12:01 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