Page 8 of 10 FirstFirst ... 678910 LastLast
Results 71 to 80 of 98
  1. #71
    Join Date
    Oct 2007
    Posts
    105
    Plugin Contributions
    0

    Default Re: Firefox SSL security warning

    I think that I have fixed this issue on my site- except in one spot. The order confirmation page. I "think" that the line that need to be edited is...

    echo zen_draw_form('fec_confirmation', $form_action_url, 'post', 'id="fec_confirmation" onsubmit="submitonce();"');

    but I'm just not sure how to get that $request_type in there.

    Any assistance would be appreciated!

    FYI- the order actually went through and charged the customers card but she pushed cancel when the error came up. The order never posted in the admin.

    Thanks
    Nancy

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

    Default Re: Firefox SSL security warning

    What is the value of the:
    $form_action_url

    Example, on the checkout_confirmation header file it is set as:
    Code:
    $form_action_url = zen_href_link(FILENAME_CHECKOUT_PROCESS, '', 'SSL');
    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. #73
    Join Date
    Oct 2007
    Posts
    105
    Plugin Contributions
    0

    Default Re: Firefox SSL security warning

    Hey Lynda- Thanks for taking a look...

    in includes/modules/pages/fec_confirmation/header_php.php that very same line appears:

    $form_action_url = zen_href_link(FILENAME_CHECKOUT_PROCESS, '', 'SSL');

    do I change it to:
    $form_action_url = zen_href_link(FILENAME_CHECKOUT_PROCESS, '', 'SSL');

    Do I change the SSL to $request_type?

    Nancy

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

    Default Re: Firefox SSL security warning

    May I ask why you think you need to touch something like that on the cart?

    I am not following what you are doing ...

    What is the fec_confirmation page you have ... what is it suppose to do? Are you trying to make it secure, non-secure or work based on the current setting?
    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!

  5. #75
    Join Date
    Oct 2007
    Posts
    105
    Plugin Contributions
    0

    Default Re: Firefox SSL security warning

    Linda~

    The site is palmettoengraving.net. This all started today because I received notification for my credit card processor that I had received a payment. I logged into my admin to handle this particular order and there was no order. The customers info was there but no info about what was purchased. I called the customer- she called me back and said that when she was checking out, she got the message:

    Although this page is encrypted, the information you have entered is to be sent over an unencrypted connection and could easily be read by a third party.

    Are you sure you want to continue sending this information?

    When she got that message, she chose to "cancel"- not good. I told her that I had received her payment and I would handle the details.

    Order fixed but now I have this warning to deal with- I don't want to lose other customers. After further checking, I logged in as a customer and I had previously left other items in my cart- I went to remove it and I got the same error there- fixed that with info from an earlier post. Now, everything is good until you push "confirm order" on the checkout confirmation page. My checkout confirmation page is ?main_page=fec_confirmation- which I believe is fast and easy checkout.

    I don't know what I need to change to get this error to go away. I was only speculating! I believe that the page should be secure. I just don't know what's causing the error.

    Nancy

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

    Default Re: Firefox SSL security warning

    So far, I cannot reproduce a warning on your site ...

    Are you able to recreate one?

    What Credit Card module are you using?
    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. #77
    Join Date
    Oct 2007
    Posts
    105
    Plugin Contributions
    0

    Default Re: Firefox SSL security warning

    Morning Lynda~

    I see where your order went though. I don't get the message if I pay by check either. If you choose to pay by CC, that's when I get it. I use skipjack for CC payments. I just put in #4111111111111111- a date in the future and some random 3 digit security code.

    So, does that mean that SkipJack is the problem?

    Nancy

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

    Default Re: Firefox SSL security warning

    When I pick that one, I do appear to get an error with the invalid credit card ...

    You might compare the module to the other Payment modules to see what they are doing ...

    Also, you might try turning off Fast and Easy Checkout to see if the same error occurs on the normal checkout with this module to help determine is this the Payment module or the Fast and Easy checkout add on ...
    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!

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

    Default Re: Firefox SSL security warning

    Could you also check the safeties on the Authorization on SkipJack site?

    I am getting in the email:
    Authorization failed, activity limit exceeded.

    which makes me thing there may be a flag on the account number to prevent use so testing could be hard to accomplish ...
    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!

  10. #80
    Join Date
    Oct 2007
    Posts
    105
    Plugin Contributions
    0

    Default Re: Firefox SSL security warning

    I turned off the Skipjack payment and turned on the regular CC processing- it works fine. So it must be something on that page at skipjack - I'll talk to them tomorrow... Something to look forward to!!

    Thanks!
    Nancy

 

 
Page 8 of 10 FirstFirst ... 678910 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

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