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.
Re: PayPal Express Checkout Error (35) error:1408F10B
Quote:
Originally Posted by
philip937
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.
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.
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!
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. :)
Re: PayPal Express Checkout Error (35) error:1408F10B
Quote:
Originally Posted by
DrByte
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??
Re: PayPal Error (35) error:1408F10B SSL3_GET_RECORD:wrong version number
Quote:
Originally Posted by
oc-flyfish
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
Re: PayPal Error (35) error:1408F10B SSL3_GET_RECORD:wrong version number
Quote:
Originally Posted by
philip937
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
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.)
Re: PayPal Error (35) error:1408F10B SSL3_GET_RECORD:wrong version number
The Dr has spoken! Cheers
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....