Thread: SSL lock

Results 1 to 10 of 10
  1. #1
    Join Date
    Feb 2006
    Posts
    6
    Plugin Contributions
    0

    application error SSL lock

    I've searched and searched. My SSL lock is not showing in checkout. It was there and now it's not.
    Mods installed:
    Captcha verification
    Google Analytics
    Google Sitemap
    Easy populate
    RMA
    On the fly invoice numbering
    Google Froogle
    Value GV
    User Tracking
    Recover Cart Sales

    All mods are the latest releases.

    Config files:
    define('HTTP_SERVER', 'http://melsgifts.com');
    define('HTTPS_SERVER', 'https://melsgifts.c2.ixwebhosting.com');
    define('HTTP_CATALOG_SERVER', 'http://melsgifts.com');
    define('HTTPS_CATALOG_SERVER', 'https://melsgifts.c2.ixwebhosting.com');
    define('ENABLE_SSL_CATALOG', 'false');
    define('ENABLE_SSL_ADMIN', 'true');
    define('DIR_WS_ADMIN', '/insight01/');
    define('DIR_WS_CATALOG', '/');
    define('DIR_WS_HTTPS_ADMIN', '/insight01/');
    define('DIR_WS_HTTPS_CATALOG', '/');
    define('DIR_WS_IMAGES', 'images/');
    define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');
    define('DIR_WS_CATALOG_IMAGES', HTTP_CATALOG_SERVER . DIR_WS_CATALOG . 'images/');
    define('DIR_WS_CATALOG_TEMPLATE', HTTP_CATALOG_SERVER . DIR_WS_CATALOG . 'includes/templates/');
    define('DIR_WS_INCLUDES', 'includes/');
    define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/');
    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_CATALOG_LANGUAGES', HTTP_CATALOG_SERVER . DIR_WS_CATALOG . 'includes/languages/');
    ('DIR_FS_ADMIN', '/hsphere/local/home/melm81/melsgifts.com/insight01/');
    define('DIR_FS_CATALOG', '/hsphere/local/home/melm81/melsgifts.com/');
    define('DIR_FS_CATALOG_LANGUAGES', DIR_FS_CATALOG . 'includes/languages/');
    define('DIR_FS_CATALOG_IMAGES', DIR_FS_CATALOG . 'images/');
    define('DIR_FS_CATALOG_MODULES', DIR_FS_CATALOG . 'includes/modules/');
    define('DIR_FS_CATALOG_TEMPLATES', DIR_FS_CATALOG . 'includes/templates/');
    define('DIR_FS_BACKUP', DIR_FS_ADMIN . 'backups/');
    define('DIR_FS_EMAIL_TEMPLATES', DIR_FS_CATALOG . 'email/');
    define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');


    define('HTTP_SERVER', 'http://melsgifts.com');
    define('HTTPS_SERVER', 'https://melsgifts.c2.ixwebhosting.com');
    // Use secure webserver for checkout procedure?
    define('ENABLE_SSL', 'true');
    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', '/');
    define('DIR_FS_CATALOG', '/hsphere/local/home/melm81/melsgifts.com/');
    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/');

    I want to thank everyone for all the info posted in the forums. I have found most everything I need to configure my cart.

  2. #2
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: SSL lock

    You have a google link in your footer that is not secure ... this causes the page to not be 100% secure ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  3. #3
    Join Date
    Oct 2004
    Location
    Southport, UK
    Posts
    4,244
    Plugin Contributions
    20

    Default Re: SSL lock

    With problems that might require people to login to try to help, it's nice if you create a test account with a simple user/password. However, the problem occurs at the login page anyway, and apparently the page is partially encrypted. It may have something to do with your Google Analytics code, but I'm not sure (was the padlock there before you installed that?)

    Before I forget, some of your images need some serious optimisation...45kb for a thumbnail is about 30 times larger in filesize than it should be!

    PS. Hah - Linda types faster than me!
    Development Manager @ JSWeb Ltd - suppliers of Applepay/Googlepay for Zencart
    20 years with Zencart !

  4. #4
    Join Date
    Mar 2004
    Posts
    16,042
    Plugin Contributions
    5

    Default Re: SSL lock

    OK folks, if you want to use the google code then as a collective you need to tell google to get it secure so that it can be used properly

    <script
    src="http://www.google-analytics.com/urchin.js" <type="text/javascript">
    </script>
    Zen cart PCI compliant Hosting

  5. #5
    Join Date
    Feb 2006
    Posts
    6
    Plugin Contributions
    0

    Default Re: SSL lock

    Once again thanks, I feel kinda silly now.

  6. #6
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: SSL lock

    Don't feel silly ... you'd be amazed how many do not see this happening as unlike an image causing the lock to not appear or to appear broken ... the Google Analytics code breaks it silently ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  7. #7
    Join Date
    Oct 2004
    Location
    Southport, UK
    Posts
    4,244
    Plugin Contributions
    20

    Default Re: SSL lock

    Google do publish code for SSL pages which can be used on both SSl & Non-SSL.. something like
    Development Manager @ JSWeb Ltd - suppliers of Applepay/Googlepay for Zencart
    20 years with Zencart !

  8. #8
    Join Date
    Mar 2004
    Posts
    16,042
    Plugin Contributions
    5

    Default Re: SSL lock

    Kool,
    that works,
    Zen cart PCI compliant Hosting

  9. #9
    Join Date
    Apr 2007
    Posts
    23
    Plugin Contributions
    0

    Default Re: SSL lock

    Quote Originally Posted by Ryk View Post
    Google do publish code for SSL pages which can be used on both SSl & Non-SSL.. something like

    Thanks, that made my day
    Iron Stop Wind Spinners
    Wedding cost spreadsheet

  10. #10
    Join Date
    Sep 2006
    Location
    Chicago
    Posts
    51
    Plugin Contributions
    0

    Default Re: SSL lock

    This is probably the fix for 90 percent of the people out there trying to fix the broken lock problem! Thank you very much, it fixed my broken lock right away. This IS the broken SSL lock fix because most people are using analytics

 

 

Similar Threads

  1. SSL Broken Lock
    By brotherhud in forum General Questions
    Replies: 6
    Last Post: 19 Mar 2007, 08:32 PM
  2. SSL Broken Lock
    By zbargain in forum General Questions
    Replies: 1
    Last Post: 2 Jan 2007, 08:16 AM
  3. IE and SSL Lock
    By praiseandplay in forum General Questions
    Replies: 9
    Last Post: 17 Aug 2006, 05:24 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