Please, can someone help me to enable SSL support for libcurl on my Mac - MacOSX High Sierra?
I am trying to run a script in Canopy that uses pycurl
, but I get the following:
error: (1, 'Protocol "https" not supported or disabled in libcurl')
I tried re-installing curl with homebrew, re-installing --with-nghttp2
, and re-installing curl and pycurl in Canopy, but I still get this error.