-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Curl error 77 #982
Comments
贴一下错误详情 |
cURL error 77: (see http://curl.haxx.se/libcurl/c/libcurl-errors.html) 185 | $error = isset($connectionErrors[$easy->errno]) |
77 报错应该会有一条消息才对吧,说证书问题 |
@birdol 你怎么解决的,我的也报个错 |
更新操作系统 CA 证书,详询 公众平台接口证书更换通知@2018年07月13日 |
我用的环境
PHP 版本:7.1.8
overtrue/wechat 版本:4.0
是否使用了框架?框架名称:原生php
问题及现象
最后一行提示 cURL error 77
$options中
我尝试把:
'verify' => false;
还是提示这个错误.直到我把wechat/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php
改成了
问题才得到解决,这个坑要怎么填....? 求指点.
The text was updated successfully, but these errors were encountered: