Results 1 to 4 of 4
  1. #1
    Join Date
    Jan 2010
    Posts
    5
    Plugin Contributions
    0

    Default https is not secured in web page, but secured in admin

    I cant figure out why the site thecutelittleshop.com is unsecured via https and secured when you access the admin.

    I am using zencart v1.3.9h

    includes/configure.php

    define('HTTP_SERVER', 'http://www.thecutelittleshop.com');
    define('HTTPS_SERVER', 'https://www.thecutelittleshop.com');

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


    admin/includes/configure.php

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

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


    configuration | sessions
    Cookie Domain True
    Force Cookie Use False
    Check SSL Session ID False
    Check User Agent False
    Check IP Address False
    Prevent Spider Sessions True
    Recreate Session True
    IP to Host Conversion Status true
    Use root path for cookie path False
    Add period prefix to cookie domain True

    Thank you for your help.

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

    Default Re: https is not secured in web page, but secured in admin

    Your admin login is secured just fine.

    However, if you wish to have ALL your admin pages use your HTTPS address, then make a simple change to your admin/includes/configure.php:

    define('HTTP_SERVER', 'https://www.thecutelittleshop.com');
    define('HTTPS_SERVER', 'https://www.thecutelittleshop.com');
    .

    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
    Jan 2010
    Posts
    5
    Plugin Contributions
    0

    Default Re: https is not secured in web page, but secured in admin

    Thank you for the fast reply. Yes the admin is fine, but https://www.thecutelittleshop.com shows an x on a grey lock and a line through https in red. It cant be the certificate since the admin portion is fine.

  4. #4
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: https is not secured in web page, but secured in admin

    Oh. That problem doesn't manifest on your login page. Just your storefront. And that's because of your youtube link pointing to http instead of https:
    Code:
    <embed src="http://www.youtube.com ....
    Related tutorial: https://www.zen-cart.com/tutorials/i...hp?article=150
    .

    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.

 

 

Similar Threads

  1. Checkout and other secured pages are not showing as secured
    By davidmay354 in forum General Questions
    Replies: 1
    Last Post: 5 Sep 2012, 08:25 PM
  2. Issue with Zen-Cart >> Secured/Unsecured Pages >> SSL >> HTTPS
    By satzin123 in forum Basic Configuration
    Replies: 9
    Last Post: 23 Mar 2009, 04:03 AM
  3. Making Login https secured
    By rwhalt in forum General Questions
    Replies: 7
    Last Post: 12 Oct 2006, 04:11 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