Recurly JS API 2.7.0版 - 无法验证Recurly的SSL证书

时间:2016-12-08 13:24:07

标签: php ssl recurly

我在我的localhost Windows 10上运行xampp

  • 的Apache / 2.4.7
  • PHP 5.5.9

当我尝试调用Recurly PHP API(API版本= 2.7.0)时,它会返回此错误

  

无法验证Recurly的SSL证书。

https://github.com/recurly/recurly-client-php

当我使用以前版本的recurly库(API版本= 2.5.3)时,它工作正常。

在此API存储库的README文件中,存在以下行,但不确定如何在Windows上执行此操作。

  

Recurly_Client :: $ CACertPath =' /usr/local/etc/openssl/cert.pem' ;;

你能帮我解决这个问题吗?

1 个答案:

答案 0 :(得分:0)

请验证证书的路径。

这是应该包含在Recurly_Client中的路径:: $ CACertPath ='path / to / my / cert';“