Page 4 of 7 FirstFirst ... 23456 ... LastLast
Results 31 to 40 of 64
  1. #31
    Join Date
    Nov 2007
    Location
    Woodbine, Georgia, United States
    Posts
    4,018
    Plugin Contributions
    61

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

    What about USPS?
    PRO-Webs, Inc. :: Recent Zen Cart Projects :: Zen Cart SEO – 12 Steps to Success
    **I answer questions in the forum, private messages are NOT answered. You are welcome to contact us via our website for professional engagements.

  2. #32
    Join Date
    Sep 2013
    Location
    Warren, Oregon
    Posts
    117
    Plugin Contributions
    0

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

    I have made the change to 4 and everything is back on track!

    To underscore earlier praises, thank you so much for the quick and accurate response to this problem.

    BTW, I also called PayPal this morning, and the tech told me outright that it was not a PayPal problem, but a selling platform problem, and that if I was paying for a website ( as opposed to using Zen Cart ), this would probably have been resolved before I had seen it appear. I felt dutifully spanked for my transgression, and slinked off into the sunset....

    Anyway, thanks again - - - -you people are exceptional!

    Phil
    Heirlooms To Cherish

  3. #33
    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 mprough View Post
    What about USPS?
    For USPS, if you're getting the same error, simply comment-out the CURLOPT_SSLVERSION line. I posted similarly in the Release Announcement earlier. I'll update it with more specific wording shortly.

    (That said, I recall a time I was working with Ajeh where it actually *needed* v3 specified ... so change according to your server requirements, ie: whatever stops throwing any errors.)
    .

    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.

  4. #34
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

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

    Quote Originally Posted by Phil Soth View Post
    if I was paying for a website ( as opposed to using Zen Cart ), this would probably have been resolved before I had seen it appear.
    That's like the dumbest a$$ed remark the tech could have made.. I DO HOPE this foolish person tells one of their larger corporate clients who ALSO do not have any kind of "paying website" (because they have a tech dept that built their site) this SAME message..

    **SMH**
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  5. #35
    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 DrByte View Post
    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.)
    FYI, I've changed our recommendation to simply comment out the CURLOPT_SSLVERSION instead of setting it to v4.
    .

    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.

  6. #36
    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

    It's also worth noting that it appears as though PayPal may have recanted their aggressive block of all SSL3 connectivity to their live site, as connections are once again working fine (at this moment) using the original CURLOPT_SSLVERSION => 3 setting.
    .

    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.

  7. #37
    Join Date
    Feb 2007
    Location
    Pennsylvania
    Posts
    806
    Plugin Contributions
    0

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

    Quote Originally Posted by DivaVocals View Post
    That's like the dumbest a$$ed remark the tech could have made.. I DO HOPE this foolish person tells one of their larger corporate clients who ALSO do not have any kind of "paying website" (because they have a tech dept that built their site) this SAME message..

    **SMH**
    Seconding That /\ /\ /\

  8. #38
    Join Date
    Feb 2007
    Location
    Pennsylvania
    Posts
    806
    Plugin Contributions
    0

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

    How does this apply to authorizenet_aim.php? Didn't notice a separate thread for it and do see

    curl_setopt($ch, CURLOPT_SSLVERSION, 3);

    at my 576...

    What's the move??

    Thanks a bunch,
    John

  9. #39
    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 bumba000 View Post
    How does this apply to authorizenet_aim.php? Didn't notice a separate thread for it and do see

    curl_setopt($ch, CURLOPT_SSLVERSION, 3);

    at my 576...

    What's the move??

    Thanks a bunch,
    John
    IMO I'd leave it alone for now (I'm not seeing any errors with Authnet as-is right now), as even PayPal has apparently relaxed their initial hyper-protective rejection of all SSL3 connections. But if the same error pops up suddenly, simply comment out the line.
    .

    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.

  10. #40
    Join Date
    Nov 2007
    Location
    Woodbine, Georgia, United States
    Posts
    4,018
    Plugin Contributions
    61

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

    PP tech support told me it's only a 24 hr reprieve
    PRO-Webs, Inc. :: Recent Zen Cart Projects :: Zen Cart SEO – 12 Steps to Success
    **I answer questions in the forum, private messages are NOT answered. You are welcome to contact us via our website for professional engagements.

 

 
Page 4 of 7 FirstFirst ... 23456 ... 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