Paypal IPN verify call fails - "certificate verify failed (unable to get local issuer certificate)"
erikrothoff
New Community Member
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on
Feb-16-2020
02:14 AM
Getting the following SSL error when calling the ipn_verify method in the Ruby API. It seems that the included certificate is deprecated? Where can we find the correct certificate?
SSL_connect returned=1 errno=0 state=error: certificate verify failed (unable to get local issuer certificate)
Sample code:
@api = PayPal::SDK::Merchant.new if @api.ipn_valid?(request.raw_post) # Crash on this line # do stuff end
We haven't change anything and are using the most recent libraries.
https://github.com/paypal/PayPal-Ruby-SDK/issues/394
Currently our IPN functions are not working so is getting desperate.
1 REPLY 1
jpppcsi
New Community Member
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Feb-18-2020
07:44 AM
Hi PayPal. We're using the Ruby SDK Core gem and it's failing on the IPN verification with this error. Are you working on a fix? Thanks.
https://github.com/paypal/sdk-core-ruby
https://github.com/paypal/PayPal-Ruby-SDK/issues/394

Haven't Found your Answer?
It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.
Related Content
- How do I handle INSTRUMENT_DECLINED error? in REST APIs
- Refund sent to “Null”. Yet to see the funds in PayPal Payments Standard
- 3D Secure: JavaScript SDK , what is a success and unsuccessful response? in SDKs
- need help - ruby application paypal integration error in SDKs
- Access Token not found in cache in Sandbox Environment