curl 中与 Moneris 服务器的 HTTPS 连接

HTTPS connection with Moneris servers in curl

从今天开始,我对 Moneris 支付系统的 curl 请求抛出了这个错误:

* Hostname in DNS cache was stale, zapped
*   Trying 69.46.113.11...
* Connected to esqa.moneris.com (69.46.113.11) port 443 (#0)
* Cipher selection: ALL:!EXPORT:!EXPORT40:!EXPORT56:!aNULL:!LOW:!RC4:@STRENGTH
* successfully set certificate verify locations:
*   CAfile: {my-path}/curl-ca-bundle.crt
CApath: none
* error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure
* Closing connection 0

Moneris 新闻提要或文档中没有关于 SSL 认证修改的消息。

所以我已经升级到 PHP7 和 Curl 7.43.0,但仍然无法正常工作。 我还添加了来自 curl website.

的额外 ssl 证书

为什么我无法连接到 Moneris 服务器?

看看,即使是paypal,好像也是一样的问题。

这是因为他们升级了证书,而不是你。 This 也可能有助于了解发生了什么。遗憾的是,如果您更新两个端点之一,它可能只是可以解决的。这只是一个猜测!

一切恢复正常,没有任何变化。

这是 Moneris 沙盒中断,恕不另行通知。