curl: (35) error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure in MacOS

I would like to run ab test on my website on MacOS

# curl -I https://juzhax.com
curl: (35) error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure

Upgrade OpenSSL in MacOS

brew update
brew upgrade 
brew install openssl
ln -s /usr/local/opt/openssl/bin/openssl /usr/local/bin/openssl

Tags:

Leave a Comment

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.