Results 1 to 6 of 6
  1. #1
    Join Date
    Mar 2009
    Posts
    18
    Plugin Contributions
    0

    Default SSL HTTPS issues

    Im having some strange issues with my SSL configuration.

    i have my configure.php and admin configure set up properly (Its been more than a year I have SSL configured and working) but now im noticing that some links on my site are HTTPS and some are HTTP.

    I have no hardcoded links or images that i could see.

    The top nav is HTTPS once user logs in but no item, category etc. is.

    Also the log in page remains HTTP .

    please feel free to take a look and see what it might be
    http://www.mariposaonline.it

    I already contacted my host and asked them to review the SSL settings. Maybe its something on their side.

    I have PowerSEO module installed but tried disabling it to test if that was the cause but even when links are dynamic does the HTTPS behave erratic.

    Thanks again for your valuable help.

    J

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,761
    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

  3. #3
    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.

  4. #4
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,761
    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

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

    Default Re: SSL HTTPS issues

    I know... How can I have the Log In be https? It used to be HTTPS
    Posted via Mobile Device

  6. #6
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,761
    Plugin Contributions
    9

    Default Re: SSL HTTPS issues

    Grab a copy of the frontend configure.php file to your local and inspect it for the correct setting...

    You should find that the server file is not set correctly...

    Edit it, delete the server file first then transfer the edited file to the server
    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

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