Results 1 to 3 of 3
  1. #1
    Join Date
    May 2009
    Posts
    1,254
    Plugin Contributions
    3

    Default SSL configuration

    Hi.

    I know I need to upgrade, and will, actually tried, but had problems, will retry later, as of now I need to have 1.39h doing its job.

    I need a clarification about SSL, in the tutorial (http://www.zen-cart.com/content.php?56) it mentions:

    Code:
    // Define the webserver and path parameters
    define('HTTP_SERVER', 'http://www.YOUR_SHOP.com');
    define('HTTPS_SERVER', 'https://www.YOUR_SHOP.com');
    define('ENABLE_SSL', 'true');
    And as per the includes/configure.php there is not much to be confused, where on my configure.php I see, and set
    Code:
    define('HTTP_SERVER', 'http://www.mydomain.com');
      define('HTTPS_SERVER', 'https://www.mydomain.com');
      // Use secure webserver for checkout procedure?
      define('ENABLE_SSL', 'true');
    In the admin/includes/configure.php there are two, and this is what confuses me, unless I ma selectively blind, I don't see it mentioned twice in the tutorial.
    Code:
    define('HTTP_SERVER', 'http://www.tesoreriabahai.org');
      define('HTTPS_SERVER', 'https://www.tesoreriabahai.org');
      define('HTTP_CATALOG_SERVER', 'http://www.tesoreriabahai.org');
      define('HTTPS_CATALOG_SERVER', 'https://www.tesoreriabahai.org');
      // Use secure webserver for catalog module and/or admin areas?
      define('ENABLE_SSL_CATALOG', 'true');
      define('ENABLE_SSL_ADMIN', 'true');
    Do I set to true both entries in the admin/includes/configure.php or just the ENABLE_SSL_ADMIN

    Thank you

  2. #2
    Join Date
    Jan 2004
    Posts
    66,444
    Plugin Contributions
    279

    Default Re: SSL configuration

    Simple: yes
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  3. #3
    Join Date
    May 2009
    Posts
    1,254
    Plugin Contributions
    3

 

 

Similar Threads

  1. SSL Configuration
    By baddco in forum Installing on a Windows Server
    Replies: 32
    Last Post: 19 Aug 2008, 04:56 PM
  2. SSL Configuration
    By crazycucumber in forum Installing on a Linux/Unix Server
    Replies: 4
    Last Post: 27 Sep 2006, 01:32 AM
  3. SSL Configuration
    By storiale in forum Basic Configuration
    Replies: 16
    Last Post: 19 Jul 2006, 06:36 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