Results 1 to 6 of 6

Hybrid View

  1. #1
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: SSL HTTPS issues

    What are the settings in your configure.php files?
    https://www.zen-cart.com/tutorials/index.php?article=14
    now im noticing that some links on my site are HTTPS and some are HTTP.
    ZenCart by default does switch from https for secure pages back to http for general shopping
    Zen-Venom Get Bitten

  2. #2
    Join Date
    Mar 2009
    Posts
    18
    Plugin Contributions
    0

    Default Re: SSL HTTPS issues

    Here is the config file as requested: ( i left the SQL config out for safety)
    Code:
    // 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.mariposaonline.it');
      define('HTTPS_SERVER', 'https://www.mariposaonline.it');
    
      // 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', '/home/maripos2/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/');
    My only concern is that IE users are receiving the warning about visualizing insecure content. This is a big problem.

  3. #3
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: SSL HTTPS issues

    ( i left the SQL config out for safety)
    Good move
    My only concern is that IE users are receiving the warning about visualizing insecure content. This is a big problem.
    Is this set to use https now??
    Hovering over your "Log In" does not indicate https
    Zen-Venom Get Bitten

 

 

Similar Threads

  1. HttpS IssueS...
    By denbradshaw in forum Basic Configuration
    Replies: 5
    Last Post: 5 Aug 2010, 10:33 PM
  2. HTTPS and display issues
    By ksport in forum Basic Configuration
    Replies: 1
    Last Post: 15 Dec 2009, 01:31 AM
  3. Base HREF https issues
    By mikebackhouse in forum General Questions
    Replies: 38
    Last Post: 27 May 2009, 05:12 PM
  4. SSL/HTTPS problem
    By djkast in forum General Questions
    Replies: 3
    Last Post: 17 Nov 2006, 01:42 AM
  5. https/SSL
    By D@ Mick in forum Installing on a Linux/Unix Server
    Replies: 11
    Last Post: 29 May 2006, 08:39 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