简体   繁体   English

使用启用了NSS的curl的Paypal商人sdk

[英]Using paypal merchant sdk with curl enabled with NSS

I am using paypal merchant sdk and my curl version goes as 我正在使用Paypal商人SDK,而我的curl版本

 [version_number] => 463623
[age] => 3
[features] => 1597
[ssl_version_number] => 0
[version] => 7.19.7
[host] => x86_64-redhat-linux-gnu
[ssl_version] => NSS/3.14.0.0
[libz_version] => 1.2.3
[protocols] => Array

Because of NSS I am getting error Unknown cipher in list: TLSv1 由于NSS,我Unknown cipher in list: TLSv1收到错误Unknown cipher in list: TLSv1

Many posts suggest making changes to pphttpconfig.php file and remove option CURLOPT_SSL_CIPHER_LIST => 'TLSv1' , do I have any other option which can be used because since I am using composer chaces are there that library get updated and my changes gets overwritten.So how can I make sure that my integration works fine 许多帖子建议对pphttpconfig.php文件进行更改并删除选项CURLOPT_SSL_CIPHER_LIST =>'TLSv1',我还有其他可用的选项吗,因为自从我使用composer chaces以来,那里的库得到了更新并且我的更改被覆盖了。我如何确保我的集成工作正常

Possible Duplicate 可能重复

Paypal SDK Adaptive Payments Unknown cipher in list: TLSv1 Paypal SDK自适应付款列表中的未知密码:TLSv1

I have been working on REST API SDK , which had a similar issue as you are facing. 我一直在研究REST API SDK ,与您面临的问题类似。 I was able to make the change there , but I didnt get time to fix this . 我能够在那里进行更改 ,但是我没有时间解决此问题 If you feel, you could send me a quick pull request, with pretty much the same fix as the REST one, and I would be more than happy to accept it. 如果您有感觉,可以向我发送快速拉取请求,该请求的修复方式几乎与REST相同,我很乐意接受。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM