我在使用有效商家创建新的Paypal通知时收到此错误
class PaymentNotificationsController < ApplicationController
include ActiveMerchant::Billing::Integrations
protect_from_forgery except: :create
def create
notify = Paypal::Notification.new(request.raw_post)
在payment_notifications #create中发生了OpenSSL :: SSL :: SSLError: SSL_connect返回= 1 errno = 0 state = SSLv3读取服务器证书B: 证书验证失败 /home/user/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/net/http.rb:918:in `连接&#39;
有什么建议吗?
答案 0 :(得分:1)
夫妻俩:
确保您的证书在您的计算机上是最新的。
这让我误解了这个错误:https://github.com/stevegraham/certified