Note: Installing cURL and openssl independently will not work. Run the single command below to ensure they tie-up together. Setup your local path to access cURL and openssl from the /usr/local/opt directory. Use the commands below to verify the cURL version and binary being used.
Installation Steps:
- Open Terminal using Spotlight search by pressing
<command+space>
.
Type terminal and hitEnter
key. - Now, run
ruby -e “$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)” < /dev/null 2> /dev/null
- Install curl-openssl using brew
brew instalI
curl-openssl
curl-openssl is ready to use now!