Page 3 of 3 FirstFirst 123
Results 21 to 25 of 25
  1. #21
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: Connection Partially Encrypted - SSL Problem - Google Checkout installed

    Quote Originally Posted by sfatula View Post
    I also see the same thing. If I read the posts right. For example, once logged in, on the main page (home), if I click on a manufacturer in that sidebox, I get a security warning from Firefox that the information I am sending is going over an unencrypted connection. If I type something in the search box and hit return, same thing.

    I reviewed the code in tpl_search.php sidebox, and, sure enough, the draw form EXPLICITLY says NONSSL, meaning, guaranteed to get this behavior.

    Perhaps this is slightly different than others are saying, but, this is not good! We do not want people to get those types of warnings, it scares people as 99% of them have no clue what it really means.

    The same applies to other boxes, say manufacturers.

    This IS a coding issue. At least for these examples.

    So, I guess my question is why the code forces NONSSL and thus causes the warnings?
    Slightly different issue than what Caveman raised initially.
    However, same questions for you:
    - what is the URL where this can be seen?
    - what version of Zen Cart?
    - what addons/contributions are installed?
    - who's your host?
    .

    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.

  2. #22
    Join Date
    Apr 2005
    Location
    Calera, OK
    Posts
    76
    Plugin Contributions
    1

    Default Re: Connection Partially Encrypted - SSL Problem - Google Checkout installed

    Seeing a site (ours is wholesale) is not necessary. Open the code.

    For example, tpl_search.php

    $content .= zen_draw_form('quick_find', zen_href_link(FILENAME_ADVANCED_SEARCH_RESULT, '', 'NONSSL', false), 'get');

    That one line is all that is needed. It forces NONSSL mode, meaning, on any page you do a search and the page itself was SSL (say, checkout_payment), you will generate a warning in a browser, depending on your notification settings. In firefox, by default, you get a security warning.

  3. #23
    Join Date
    Apr 2005
    Location
    Calera, OK
    Posts
    76
    Plugin Contributions
    1

    Default Re: Connection Partially Encrypted - SSL Problem - Google Checkout installed

    Just so you all know, I found a thread on this where it is admitted it is a "problem" that will be addressed, perhaps via a preference.

    http://www.zen-cart.com/forum/showthread.php?t=56885

    As it turns out, I guess I more agree with Ajeh's position that it is an undesirable feature. I do like the pages being HTTP when logged in for the most part, as it is faster. Only affects a few possibilities such as search. And as she says, if you fix the search box for example, this in turns means you have to fix the product listing page, which then causes....

    In the end, it means all the pages practically will be HTTPS.

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

    Default Re: Connection Partially Encrypted - SSL Problem - Google Checkout installed

    sfatula,

    Having thought about your issue for a while longer....This will prevent this from happening.

    Normally, there ar ony 2 series of actions that switch to SSL - login and checkout.

    You could create a login & checkout css that drops the columns so that they are not there during either of these functions as one logging in should log in and checking out is checking out time and the sideboxes are not necessary for these items.

    Yeah a work around but maybe a good one
    Zen-Venom Get Bitten

  5. #25
    Join Date
    Apr 2005
    Location
    Calera, OK
    Posts
    76
    Plugin Contributions
    1

    Default Re: Connection Partially Encrypted - SSL Problem - Google Checkout installed

    Yes, I do see. Hopefully, whatever solution is decided upon by the Zen Cart Team is carefully thought out, which I am sure it always is.


    I think I will simply live with it for now.

 

 
Page 3 of 3 FirstFirst 123

Similar Threads

  1. connection PARTIALLY encrypted
    By poosk in forum General Questions
    Replies: 42
    Last Post: 6 Jun 2011, 04:27 AM
  2. SSL issue - connection partially encrypted
    By pquesinb in forum General Questions
    Replies: 8
    Last Post: 5 Dec 2010, 11:49 PM
  3. SSL connection PARTIALLY encrypted
    By deepanvee in forum General Questions
    Replies: 7
    Last Post: 31 Jan 2010, 10:26 AM
  4. Replies: 1
    Last Post: 23 Jul 2009, 08:27 PM
  5. Connection Partially Encrypted?
    By tison in forum General Questions
    Replies: 0
    Last Post: 6 Dec 2006, 08:56 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