5 responses to “Enabling HTTPS support in curl installed through MacPorts on OSX”

  1. jbcom

    In console, you can do this also :

    sudo port -fn upgrade curl ssl

    Thanks for this article.

  2. Ryan Blunden

    I tried running sudo port -fn upgrade curl ssl but it didn’t work for me.

  3. wei

    may be
    sudo port install curl @+ssl

  4. Paul Horsfall

    I think there’s a “+” missing from in front of “ssl”, e.g.

    port upgrade –enforce-variants curl +ssl

Leave a Reply