0

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.

Joe
  • 41,484
  • 20
  • 104
  • 125
Monty
  • 1,161
  • 2
  • 15
  • 26
  • `--with-nghttp2` is for HTTP2 support, has nothing to do with SSL. Do you have `openssl` installed via homebrew? – Joe May 08 '18 at 14:54
  • Hi - yes, opensll installed via homebrew. I tried the nghttp2 option based on a similar question asked, but for Ubuntu, where the suggestion was to do so and add --http2 in the curl command followed by the https:// url - but regardless of what I try, I keep getting the SSL error for libcurl. – Monty May 08 '18 at 15:40
  • I think the issue is with Canopy - I have to install curl and pycurl as a package inside Canopy, else the python script errors out on the import statement. Command line python curl to https now works fine, but not from within Canopy. – Monty May 08 '18 at 17:42

0 Answers0