Last updated on April 28th, 2020 at 04:04 am
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