curl: (35) Server aborted the SSL handshake 解决办法
时间:2017-04-25 16:01:02
收藏:0
阅读:4265
# 先删除curl brew uninstall curl # 重新安装curl,带上--with-openssl brew install curl --with-openssl
# 然后重启下php-fpm
由群居的蚂蚁之ColorRabbit提供
原文:http://www.cnblogs.com/ailhc/p/6762078.html
评论(0)