« Back to Index

Apple Curl Issues

View original Gist on GitHub

Apple Curl Issues.sh

brew rm curl # only if you have an earlier verion installed

# work around Apple using their own system's Secure Transport library instead of OpenSSL
brew install curl --with-openssl

# use the new brew install of curl
brew link curl --force