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)

Sentry image

Make it make sense

Only the context you need to fix your broken code with Sentry.

Start debugging β†’

πŸ‘‹ Kindness is contagious

Engage with a wealth of insights in this thoughtful article, valued within the supportive DEV Community. Coders of every background are welcome to join in and add to our collective wisdom.

A sincere "thank you" often brightens someone’s day. Share your gratitude in the comments below!

On DEV, the act of sharing knowledge eases our journey and fortifies our community ties. Found value in this? A quick thank you to the author can make a significant impact.

Okay