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:

  1. Open Terminal using Spotlight search by pressing  <command+space>.
    Type terminal and hit  Enter key.
  2. Now, run
    ruby -e “$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)” < /dev/null 2> /dev/null
  3. Install curl-openssl using brew
    brew instalI curl-openssl

curl-openssl is ready to use now!