Paypal 无法连接到 Sandbox 服务器.返回错误 14077410(sslv3 警报握手失败)
连接sandbox paypal的网站,直到最近
The site that connect sandbox paypal works , until recently
它可以连接会卷曲
但是当它第二次发送请求时
but when it send the request at the second time
它显示了
错误:14077410:SSL 例程:SSL23_GET_SERVER_HELLO:sslv3 警报握手失败
我在网上尝试了一些参考并设置了它的 SSL SHA-256 证书,但它返回相同的错误.其他人建议在 curl 连接时切换到 TLS,但由于我处理过的项目很多,因此可能不适合.
I have tried some reference online and set the SSL SHA-256 cert of it but it return same error. Other suggest switch to TLS at the curl connection but it may not perfered as there are many project I have handled.
是否有任何建议将沙盒 paypal 与 SSLv3 连接?谢谢你的帮助.
Are there any suggestion to connect sandbox paypal with SSLv3? Thanks for helping.
推荐答案
您必须将 cURL 请求切换为使用 TLS 1.2 才能使用 PayPal 沙箱.我在同一条船上,不幸的是,没有办法绕过它.他们前几天刚刚激活了沙盒环境的变化.
You'll have to switch the cURL request to use TLS 1.2 in order to use the PayPal sandbox. I'm in the same boat, and there's no way around it, unfortunately. They just activated the change on the sandbox environment a few days ago.
https://devblog.paypal.com/upcoming-security-changes-notice/
相关文章