【发布时间】:2015-01-04 22:37:14
【问题描述】:
帮助! - 我正在尝试使用 PayPal Payments Pro (Magento 1.8.1) API,但出现以下错误:
exception 'Exception' with message 'PayPal NVP CURL connection error #35:
error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure'
in <my_root_folders>/app/code/core/Mage/Paypal/Model/Api/Nvp.php:986
在 payment_paypal_direct.log 文件中,每个错误都有以下内容:
2014-11-08T02:12:36+00:00 DEBUG (7): Array
(
[url] => https://api-3t.sandbox.paypal.com/nvp
[DoDirectPayment] => Array
(
无论我如何为沙盒模式设置各种标志,我的错误都会显示 API 的沙盒 URL。我什至仔细检查了数据库中 core_config 表中的 paypal/wpp/sandbox_flag,当我在 Magento 的管理员中更改配置时,它从 0 翻转到 1。
有没有人体验过这个持久的沙盒 URL?
- 沙盒模式 = 关闭
- SSL Verification = Disabled(也试过启用,没区别)
- 所有缓存都被禁用(我经常清除缓存以防万一)
- 我经常重新索引整个网站
【问题讨论】:
标签: magento curl paypal magento-1.8