Active Merchant Paypal Recurring Pem Error Neither Pub Nor Priv Key

Posted by Andy on Stack Overflow See other posts from Stack Overflow or by Andy
Published on 2010-04-18T02:38:44Z Indexed on 2010/04/18 2:43 UTC
Read the original article Hit count: 507

Filed under:
|
|

Hi,

I am trying to use ActiveMerchant to make a Paypal Recurring transaction call. I used the patch here:

http://blog.vuzit.com/2008/08/01/paypal-website-payments-pro-us-with-recurring-billing-and-activemerchant/

and I'm stuck on this here: ActiveMerchant::Billing::PaypalGateway.pem_file = File.read('paypal_cert.pem')

I am fairly sure the pem file is correctly downloaded from paypal. The error I receive is:

/Library/Ruby/Gems/1.8/gems/activemerchant-1.5.1/lib/active_merchant/lib/connection.rb:129:in initialize': Neither PUB key nor PRIV key:: nested asn1 error (OpenSSL::PKey::RSAError) from /Library/Ruby/Gems/1.8/gems/activemerchant-1.5.1/lib/active_merchant/lib/connection.rb:129:innew'

from calling the commit method from line 49 of paypal_pro_recurring.

I simply have 2 files - paypal_pro_recurring.rb from the tutorial and paypalTest.rb which I wrote and simply requires all files and calls the function. I hope the error isn't something stupid like I must require from an environment file or something. Thanks all!

© Stack Overflow or respective owner

Related posts about activemerchant

Related posts about pem