curl: (56) SSLRead() return erro

作者: nicelulu | 来源:发表于2017-08-11 20:37 被阅读222次

curl接收网络数据失败。

处理方法

php -i |grep "SSL Version"

出现这个结果

那么接下来就可以

$ brew tap homebrew/dupes

$ brew tap homebrew/versions

$ brew tap homebrew/php


然后替换掉原来的curl

$ brew install --with-openssl curl


然后可以继续你的操作了。。。

相关文章

网友评论

    本文标题:curl: (56) SSLRead() return erro

    本文链接:https://www.haomeiwen.com/subject/fcirrxtx.html