Paypal can not connect to Sandbox server. Return error 14077410 (sslv3 alert handshake failure)(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/
这篇关于Paypal 无法连接到 Sandbox 服务器.返回错误 14077410(sslv3 警报握手失败)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:Paypal 无法连接到 Sandbox 服务器.返回错误 14077410(sslv3 警报握手失败)
基础教程推荐
- Cron Jobs 调用带有变量的 PHP 脚本 2022-01-01
- 如何替换eregi() 2022-01-01
- PHP 类:全局变量作为类中的属性 2021-01-01
- 有什么方法可以用编码 UTF-8 而不是 Unicode 返回 PHP`json_encode`? 2021-01-01
- 如何在 Laravel 中使用 React Router? 2022-01-01
- 学说 dbal querybuilder 作为准备好的语句 2022-01-01
- PHP PDO MySQL 查询 LIKE ->多个关键词 2021-01-01
- YouTube API v3 点赞视频,但计数器不增加 2022-01-01
- 在PHP中根据W3C规范Unicode 2022-01-01
- 如何在 Laravel 5.3 注册中添加动态下拉列表列? 2021-01-01
