Page 2 of 10 FirstFirst 1234 ... LastLast
Results 11 to 20 of 98
  1. #11
    Join Date
    Mar 2004
    Posts
    16,042
    Plugin Contributions
    5

    Default Re: Firefox SSL security warning

    I have seen this error and have verified it in several other sites

    and just verified it with a brand new ZC 1.3.7

    good catch
    Zen cart PCI compliant Hosting

  2. #12
    Join Date
    Jan 2007
    Location
    Aotearoa
    Posts
    18
    Plugin Contributions
    0

    Default Re: Firefox SSL security warning

    Just tried the site with the classic template and got the same same security warning as with my own template.

    Great to hear I am not losing my mind... I was just off to test the same thing on a some sites in the showcase but you beat me to it...

    Thanks for your help Merlinpa1969

  3. #13
    Join Date
    Jan 2007
    Location
    Aotearoa
    Posts
    18
    Plugin Contributions
    0

    Default Re: Firefox SSL security warning

    This definitely appears to be an oversight so I have posted it in the bug reports here

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

    Default Re: Firefox SSL security warning

    This really isn't a bug but rather a need for preferrence ...

    The submit forms can be set to go secure to secure or adapt a different approach and have the forms vanish from secure pages or change to a link to the non-secure page to prevent warnings of processing data between secure and non-secure pages ...
    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: v1.5.5]
    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!

  5. #15
    Join Date
    Jan 2007
    Location
    Aotearoa
    Posts
    18
    Plugin Contributions
    0

    Default Re: Firefox SSL security warning

    I understand what you are saying but due to the fact that this is a shopping cart and should be used with a secure connection on all production sites, it would make sense that the side boxes etc are able to determine which type of connection they are on and adjust themselves accordingly.

    I have taken a look at a number of other ZC sites and they all do the same thing with Firefox and an https connection... generate a warning message. This tells me that this is actually a wide-spread issue and one that could be quite simply eliminated.

    I am new to ZC so I'm not going to pretend I understand that much about it, but this does in fact appear to be a browser specific bug (or should we call it an abnormality?).

    I agree that this is not a ZC bug, but more of a Firefox fix and it may be easier to correct this in ZC than Firefox.

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

    Default Re: Firefox SSL security warning

    I call it an undesireable feature ...

    Yes this can be altered to prevent the warnings ...

    Change in the form the SSL/NONSSL to $request_type ...

    NOTE: this will need to be tested on your site ...
    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: v1.5.5]
    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. #17
    Join Date
    Mar 2004
    Posts
    16,042
    Plugin Contributions
    5

    Default Re: Firefox SSL security warning

    Ok Linda to keep this all in one thread,

    I have acustomer that gets to checkout ( secure page ) they say self and self says Huh ,
    I outta see if they also have that green doo dad

    they hit the search box in the header and now they are NOT sure that they want to buy cause they see this neat security warning.

    with your "fix" the customer dosnt even have the search box to loog for the doodad so now we have lost an add on sale......


    See the way this is going.........
    Zen cart PCI compliant Hosting

  8. #18
    Join Date
    Jan 2007
    Location
    Aotearoa
    Posts
    18
    Plugin Contributions
    0

    Default Re: Firefox SSL security warning

    I completely agree with you if that was the situation.

    I am not suggesting that anything be removed, just fixed.

    This means the search box is available on the https login page,
    The customer conducts their search without getting a warning message
    The sale is made (hopefully).

    However, scenario number 2...
    The customer goes to login but thinks "hmmm, I wonder if they sell green blankets in the store?".
    The search box is there so they type in "green blankets" but get a security warning message.
    This makes them think "not too sure about this... why am I being warned? maybe I shouldn't shop here if the store is not secure?"

    Get my drift... ?

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

    Default Re: Firefox SSL security warning

    Don't forget ... on fixing this you have to follow the full circle of files ...

    Anyone that can be touched via a submit has to have the $request_type added ... plus it would not be a bad idea for a safety on the $request_type should it not set right because of your server settings ...

    I have not found anything that does not pick this up right at the moment ... but again, another reason to hold off at this time ...

    This is about 20+ files ...

    All sideboxes with a form/submit

    Product Listing and all dropdowns that might display ...

    All of the product _info pages ...

    Shopping Cart ...

    etc. etc. etc.

    Otherwise, you only half fix the secure warning ...

    We know this is an undesireable feature ... and it will be addressed in a future release ...

    Right now, it is too many template files to touch for a bugfix release ...
    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: v1.5.5]
    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!

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

    Default Re: Firefox SSL security warning

    Quote Originally Posted by Merlinpa1969 View Post
    Ok Linda to keep this all in one thread,

    I have acustomer that gets to checkout ( secure page ) they say self and self says Huh ,
    I outta see if they also have that green doo dad

    they hit the search box in the header and now they are NOT sure that they want to buy cause they see this neat security warning.

    with your "fix" the customer dosnt even have the search box to loog for the doodad so now we have lost an add on sale......


    See the way this is going.........
    Again there are several ways to fix this ... adding the $request_type to all form/submits is the simple solution ...

    Example tpl_search_header.php change to:
    PHP Code:
      $content .= zen_draw_form('quick_find_header'zen_href_link(FILENAME_ADVANCED_SEARCH_RESULT''$request_typefalse), 'get'); 
    And don't forget the other 20+ files that also must be addressed ...
    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: v1.5.5]
    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!

 

 
Page 2 of 10 FirstFirst 1234 ... LastLast

Similar Threads

  1. Suddenly getting SSL Security Warning
    By katco in forum General Questions
    Replies: 51
    Last Post: 11 Aug 2011, 04:32 PM
  2. SSL Security Warning IE8
    By feanix02 in forum General Questions
    Replies: 21
    Last Post: 16 Nov 2010, 02:22 AM
  3. SSL Security Warning
    By GTrotter in forum General Questions
    Replies: 11
    Last Post: 16 Jul 2009, 10:24 PM
  4. FireFox - Security Warning on Forms. HELP!
    By sartor in forum General Questions
    Replies: 8
    Last Post: 14 Feb 2009, 12:14 AM
  5. [NOT A BUG] Firefox SSL security warning
    By netbouy in forum Bug Reports
    Replies: 5
    Last Post: 28 Jan 2007, 05:19 AM

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