首页 > 代码库 > curl: (35) Server aborted the SSL handshake 解决办法

curl: (35) Server aborted the SSL handshake 解决办法

# 先删除curl
brew uninstall curl

# 重新安装curl,带上--with-openssl
brew install curl --with-openssl

# 然后重启下php-fpm

由群居的蚂蚁之ColorRabbit提供

curl: (35) Server aborted the SSL handshake 解决办法