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

# 先删除curl
brew uninstall curl

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

# 然后重启下php-fpm

由群居的蚂蚁之ColorRabbit提供

原文地址:https://www.cnblogs.com/ailhc/p/6762078.html