osx - How do I enable curl SSL on Mac OS X? -
i'm using terminal on mac os x 10.11.2 , can't process https requests. error:
curl: (1) protocol "https" not supported or disabled in libcurl
i tried "wrong directory" error:
./configure --with-ssl=/usr/local/ssl
any advice helpful.
edit:
this error when trying install ssl:
configure: error: openssl libs and/or directories not found specified!
solution:
for mac os x 10.6 or later use enable ssl:
./configure --with-darwinssl
solution:
for mac os x 10.6 or later use enable ssl:
./configure --with-darwinssl
Comments
Post a Comment