我在CentOS安装了symfony 3.2。
然后我尝试了:
symfony new contratos3.0
但显示此错误:
[GuzzleHttp\Ring\Exception\ConnectException]
cURL error 35: error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure
我该如何解决?
答案 0 :(得分:-1)
我怀疑你是在Mac OS上,你需要一个不同版本的cURL。尝试:
brew install curl
brew link curl --force
获取适用于Mac OS的版本。 看到这个参考: https://unix.stackexchange.com/questions/192944/how-to-fix-curl-sslv3-alert-handshake-failure