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 警报握手失败)
![](/xwassets/images/pre.png)
![](/xwassets/images/next.png)
- 覆盖 Magento 社区模块控制器的问题 2022-01-01
- openssl_digest vs hash vs hash_hmac?盐与盐的区别HMAC? 2022-01-01
- 如何在 Symfony2 中正确使用 webSockets 2021-01-01
- 如何从数据库中获取数据以在 laravel 中查看页面? 2022-01-01
- 使用 GD 和 libjpeg 支持编译 PHP 2022-01-01
- Laravel 5:Model.php 中的 MassAssignmentException 2021-01-01
- Oracle 即时客户端 DYLD_LIBRARY_PATH 错误 2022-01-01
- 如何使用 Google API 在团队云端硬盘中创建文件夹? 2022-01-01
- PHP - if 语句中的倒序 2021-01-01
- PHP foreach() 与数组中的数组? 2022-01-01