Results 1 to 4 of 4
  1. #1
    Join Date
    Jun 2004
    Posts
    113
    Plugin Contributions
    0

    Default HTTP vs HTTPS pages - as designed?

    Hi,

    I'm repairing our zen-cart store a bit after developers (and I use that term loosely) messed some things up on us. I have the secure pages 'lock' displaying properly in the browser again but notice not all logged-in user pages are using https. I think this is normal operation and I'm all set, but would like to confirm this is as-designed.

    Pages that show as https:
    Customer Log-in
    Customer Log-out
    Customer Checkout
    Customer My Account page

    Pages that show as http (even when logged in):
    Home
    Product Pages (and notices like privacy policy)
    Shopping Cart (this one is one I'm really wondering about)


    Version: Zen Cart 1.3.8a

    From includes/configure.php:
    define('HTTP_SERVER', 'http://www.example.com');
    define('HTTPS_SERVER', 'https://www.example.com');

    // Use secure webserver for checkout procedure?
    define('ENABLE_SSL', 'true');


    From admin/includes/configure.php:

    define('HTTP_SERVER', 'http://www.example.com');
    define('HTTPS_SERVER', 'https://www.example.com');
    define('HTTP_CATALOG_SERVER', 'http://www.example.com');
    define('HTTPS_CATALOG_SERVER', 'https://www.example.com');

    // Use secure webserver for catalog module and/or admin areas?
    define('ENABLE_SSL_CATALOG', 'true');
    define('ENABLE_SSL_ADMIN', 'true');

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

    Default Re: HTTP vs HTTPS pages - as designed?

    That is normal.
    .

    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
    Jun 2004
    Posts
    113
    Plugin Contributions
    0

    Default Re: HTTP vs HTTPS pages - as designed?

    Thanks!

  4. #4
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,266
    Plugin Contributions
    3

    Default Re: HTTP vs HTTPS pages - as designed?

    Version: Zen Cart 1.3.8a

    This version is increasingly vulnerable.

    Today I received messages from 2 past clients reporting "odd" behaviour, as communicated via the web-host:

    Hello,

    During a recent security scan on the server we perform to protect accounts, we found the following suspicious script on your account:

    -----
    User: x x x x x
    System: x x x x x

    Viewscan found the following security issues:

    Script: /home/x x x x x x /public_html/count.php
    Reason: r57 shell viewer

    Script: /home/x x x x x x /public_html/images/profile.php
    Reason: r57 shell viewer
    Both clients did not take advantage of our offer to upgrade to 1.3.9.

    Now they have problems...
    20 years a Zencart User

 

 

Similar Threads

  1. Replies: 12
    Last Post: 22 Sep 2010, 04:43 PM
  2. Replies: 15
    Last Post: 6 Jul 2010, 03:24 AM
  3. Many http links in https pages
    By Brian1234 in forum General Questions
    Replies: 4
    Last Post: 11 Mar 2008, 03:18 AM
  4. Admin pages jumps from https to http
    By fontgarden in forum Customization from the Admin
    Replies: 9
    Last Post: 6 Apr 2007, 10:45 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