-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
支付宝CA证书安装和 openssl_verify 验证失败的问题 #16
Comments
是 curl 问题,并非类的问题。请检查服务器中 OpenSSL、curl 是否正确安装可正常使用。 麻烦请自行 Google 查看具体原因。 感谢您的支持! |
需要在你的 php.ini 中添加 CA 证书: |
@involvements @yansongda
程序运行到这里时总会返回false,证书应该没有问题呀,为什么会验证失败呢?是因为沙箱环境吗? |
@yansongda |
解决就好,感谢支持! |
@i838847058 请具体说明麻烦请贴出代码,及报错详情。格式请参考 template。 感谢支持。 |
Pay::wechat(array_merge($config,['http' => [ |
cURL error 60: SSL certificate problem: unable to get local issuer certificate (see http://curl.haxx.se/libcurl/c/libcurl-errors.html)
调用转账接口的时候出现这个问题,是什么原因导致的呢?(用的沙箱环境,正式环境没有条件测试)
The text was updated successfully, but these errors were encountered: