DEV Community

Richmond
Richmond

Posted on

2 1

Install the openSSL version of cURL on Mac

Recently, I needed to update my cURL to run apple push notification api but it depends on HTTP/2 protocol which my cURL is not supported.

I'll go straight to the point: Homebrew team remove all options from homebrew core.

To switch:

    $ brew upgrade
    $ brew uninstall curl
    $ brew install curl-openssl
    $ echo 'export PATH="/usr/local/opt/curl-openssl/bin:$PATH"' >> ~/.zshrc

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay