Page 3 of 7 FirstFirst 12345 ... LastLast
Results 21 to 30 of 64
  1. #21
    Join Date
    Nov 2012
    Posts
    9
    Plugin Contributions
    0

    Default Re: PayPal Express Checkout Error (35) error:1408F10B

    I would just like to voice a sincere Thank You to the folks who help make this a true Community. Your willingness to help, and the quickness and professionalism you show is profound. Outstanding job! You all may not be told often enough, but you are truly appreciated.

  2. #22
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: PayPal Express Checkout Error (35) error:1408F10B

    Quote Originally Posted by philip937 View Post
    I take it this doesn't affect paypal website payments standard? I haven't had any issues today... ?
    If you update paypal_curl.php as advised, you shouldn't have any issues with Standard. I WOULD recommend applying the fix even if you haven't seen any problems yet.
    .

    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. #23
    Join Date
    Aug 2009
    Location
    Bedford, England
    Posts
    966
    Plugin Contributions
    0

    Default Re: PayPal Express Checkout Error (35) error:1408F10B

    I've made the suggested change. I'll switch back if I notice any issues using the setting on standard.

    Ps - the only reason I knew about the issue was because I received an email from Numinix. They are suggesting changing value from 3 to 1..

    I think I'll take my advice from here.
    Phil Rogers
    A problem shared is a problem solved.

  4. #24
    Join Date
    May 2006
    Location
    Gardiner, Maine
    Posts
    2,296
    Plugin Contributions
    22

    Default Re: PayPal Express Checkout Error (35) error:1408F10B

    Yeah, I sent them a link to the forum. I think the change happened at about 12:30 pm EST. I'm still writing the newsletter (between uploading fixes) for my email list!
    The full-time Zen Cart Guru. WizTech4ZC.com

  5. #25
    Join Date
    Sep 2013
    Location
    USA, CA.
    Posts
    2
    Plugin Contributions
    0

    Default Re: PayPal Error (35) error:1408F10B SSL3_GET_RECORD:wrong version number

    I called PayPal this morning, as soon as I received 7 PayPal Express Checkout errors, and that is how I found out about this. However, PayPal told me to change from v3 to v1. So I was wondering, would it be okay to change from it to v1…or is the recommended suggestion still to change from v3 to v4? I'm not sure which to do now. Thanks for any suggestions. :)

  6. #26
    Join Date
    Nov 2008
    Posts
    196
    Plugin Contributions
    0

    Default Re: PayPal Express Checkout Error (35) error:1408F10B

    Quote Originally Posted by DrByte View Post
    If you update paypal_curl.php as advised, you shouldn't have any issues with Standard. I WOULD recommend applying the fix even if you haven't seen any problems yet.
    I also use paypal payments standard. I just tested my site, and made a purchase with paypal and made a purchase with authorize.net credit card, and everything is working fine. Do you know why I would not be affected? Is it because I am using website payments standard?

    What fix should people with paypal payments standard do? And we should do it even though there is no error??

  7. #27
    Join Date
    Jan 2007
    Location
    Australia
    Posts
    6,167
    Plugin Contributions
    7

    Default Re: PayPal Error (35) error:1408F10B SSL3_GET_RECORD:wrong version number

    Quote Originally Posted by oc-flyfish View Post
    I called PayPal this morning, as soon as I received 7 PayPal Express Checkout errors, and that is how I found out about this. However, PayPal told me to change from v3 to v1. So I was wondering, would it be okay to change from it to v1…or is the recommended suggestion still to change from v3 to v4? I'm not sure which to do now. Thanks for any suggestions. :)
    Just personal opinion, but if your host supports V4 then that will probably be the preferred option. Better to move forward than backward I reckon.

    Cheers
    Rod

  8. #28
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: PayPal Error (35) error:1408F10B SSL3_GET_RECORD:wrong version number

    Quote Originally Posted by philip937 View Post
    I've made the suggested change. I'll switch back if I notice any issues using the setting on standard.

    Ps - the only reason I knew about the issue was because I received an email from Numinix. They are suggesting changing value from 3 to 1..

    I think I'll take my advice from here.
    Quote Originally Posted by oc-flyfish View Post
    I called PayPal this morning, as soon as I received 7 PayPal Express Checkout errors, and that is how I found out about this. However, PayPal told me to change from v3 to v1. So I was wondering, would it be okay to change from it to v1…or is the recommended suggestion still to change from v3 to v4? I'm not sure which to do now. Thanks for any suggestions. :)
    I WOULD NOT CHANGE IT TO v1.

    SSL v3 IS NOT THE SAME AS TLS v1

    THERE IS A LOT OF CONFUSION IN THE PHP DOCUMENTATION and testing various approaches yields confusing results.

    If you're uncomfortable with setting it to v4 (which technically doesn't yet exist), then simply comment-out the line, so that the version is auto-negotiated with the server. (Which is really the desired result anyway. The whole reason for specifying v3 initially was that v2 was deemed insecure but was the assumed default, but that has changed in modern PHP versions.)
    Last edited by DrByte; 15 Oct 2014 at 08:18 PM. Reason: edited
    .

    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.

  9. #29
    Join Date
    Aug 2009
    Location
    Bedford, England
    Posts
    966
    Plugin Contributions
    0

    Default Re: PayPal Error (35) error:1408F10B SSL3_GET_RECORD:wrong version number

    The Dr has spoken! Cheers
    Phil Rogers
    A problem shared is a problem solved.

  10. #30
    Join Date
    Sep 2013
    Location
    USA, CA.
    Posts
    2
    Plugin Contributions
    0

    Default Re: PayPal Error (35) error:1408F10B SSL3_GET_RECORD:wrong version number

    Wow! I'm so glad I asked!!!! Thank you so much DrByte!! PayPal has really outdone themselves this time! Ha! Grrrrr....

 

 
Page 3 of 7 FirstFirst 12345 ... LastLast

Similar Threads

  1. Replies: 1
    Last Post: 9 Dec 2011, 01:15 AM
  2. Paypal IPN error - wrong e-mail address
    By Moncia in forum PayPal Express Checkout support
    Replies: 24
    Last Post: 4 Oct 2007, 12:37 PM
  3. outdated version of PayPal error
    By oavs in forum General Questions
    Replies: 4
    Last Post: 19 Apr 2007, 12:28 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