sslv3 alert handshake failure when trying to create a new Symfony project

917 views Asked by At

I have installed symfony 3.2 in CentOS.

Then I tried:

symfony new contratos3.0

but this error is shown:

[GuzzleHttp\Ring\Exception\ConnectException]                                 
  cURL error 35: error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure    

How can I solve it?

1

There are 1 answers

1
Alvin Bunk On

I suspect you are on Mac OS and you need a different version of cURL. Try:

brew install curl
brew link curl --force

to get the one for Mac OS. See this reference: https://unix.stackexchange.com/questions/192944/how-to-fix-curl-sslv3-alert-handshake-failure