gpt4 book ai didi

php - Paypal IPN curl 问题

转载 作者:太空宇宙 更新时间:2023-11-03 14:51:59 25 4
gpt4 key购买 nike

直到最近:9 月下旬 PayPal IPN 一直运行良好。但是,最近它停止了。检查代码,一切正常。

    try {
$listener->requirePostMethod();
$verified = $listener->processIpn();
mail('###@###.com', 'what is the verified value?', $verified);

} catch (Exception $e) {
mail('####@####.co.uk', 'error', $e->getMessage());

error_log($e->getMessage());
exit(0);
}

我完成结帐流程后的这段代码将尝试 processIPN 方法。但是,Catch 部分会被执行。在电子邮件中我收到错误消息,

cURL error: [60] SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed.

我猜 PayPal 可能已经更新了他们的安全措施等。我该如何解决这个问题?

最佳答案

按照她的指示升级https://www.paypal-knowledge.com/infocenter/index?page=content&widgetview=true&id=FAQ1766&viewlocale=en_US&direct=en

临时解决方法:迁移到 ipnpb.paypal.com。在 2016 年第二季度之前,此端点将保留在 SHA-1 上,并且可以用作备用 IPN 处理点。

关于php - Paypal IPN curl 问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33568036/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com