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

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

Making Empty C++ Project: General exception (Exception from HRESULT:0x80131500) Visual Studio Community 2015 -

How to fix java warning for "The value of the local variable is not used " -