Results 1 to 3 of 3
  1. #1
    Join Date
    Mar 2006
    Posts
    14
    Plugin Contributions
    0

    Default confused about ssl configuration

    Help needed with ssl configuration

    I have a SSL certificate which is mapped to "hobbyhillfarm.com" NOT "www.hobbyhillfarm.com"
    My cart is access from http://www.hobbyhillfarm.com/cart/
    When trying to checkout, the cart does not change to https (ssl)
    To see what I'm talking about, I setup a test category with a widget for sale.
    SSL does work for the site.

    Code:
    cut-n-paste from /cart/includes/configure.php
    // Define the webserver and path parameters
      // Main webserver: eg, http://localhost - should not be empty for productive servers
      define('HTTP_SERVER', 'http://www.hobbyhillfarm.com');
    
      // Secure webserver: eg, https://localhost - should not be empty for productive servers
      define('HTTPS_SERVER', 'https://hobbyhillfarm.com');
      // 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', '/cart/');
      define('DIR_WS_HTTPS_CATALOG', '/cart/');
    Code:
    cut-n-paste from /cart/admin/includes/configure.php
    
    // Define the webserver and path parameters
      // Main webserver: eg, http://localhost - should not be empty for productive servers
      define('HTTP_SERVER', 'http://www.hobbyhillfarm.com');
      // Secure webserver: eg, https://localhost - should not be empty for productive servers
      define('HTTPS_SERVER', 'https://hobbyhillfarm.com'); // eg, https://localhost
    
    
      define('HTTP_CATALOG_SERVER', 'http://www.hobbyhillfarm.com');
      define('HTTPS_CATALOG_SERVER', 'https://hobbyhillfarm.com');
      define('ENABLE_SSL', 'TRUE');
    
      // secure webserver for catalog module and/or admin areas?
      define('ENABLE_SSL_CATALOG', 'TRUE');
      define('ENABLE_SSL_ADMIN', 'TRUE');

  2. #2
    Join Date
    Mar 2004
    Posts
    16,042
    Plugin Contributions
    5

    Default Re: confused about ssl configuration

    this

    define('ENABLE_SSL', 'TRUE');

    needs to be

    define('ENABLE_SSL', 'true');
    Zen cart PCI compliant Hosting

  3. #3
    Join Date
    Mar 2006
    Posts
    14
    Plugin Contributions
    0

    Default Re: confused about ssl configuration

    Thank you so much.
    I have spent all day pulling my hair out looking at this

 

 

Similar Threads

  1. Confused about flash link configuration
    By mrcastle in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 30 Apr 2010, 07:03 AM
  2. Dazed and Confused about SSL
    By nyanko chan in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 15 Dec 2008, 10:26 PM
  3. Completely confused about htaccess and SSL
    By GrandmaJ in forum General Questions
    Replies: 9
    Last Post: 22 May 2007, 01:01 PM

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