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

Popular posts from this blog

sql - VB.NET Operand type clash: date is incompatible with int error -

SVG stroke-linecap doesn't work for circles in Firefox? -

python - TypeError: Scalar value for argument 'color' is not numeric in openCV -