Sigo obteniendo el siguiente error al intentar curvar un punto final https://
:
curl: (1) Protocol "“https" not supported or disabled in libcurl
He intentado instalar manualmente con --with-darwinssl
:
wget https://curl.haxx.se/download/curl-7.58.0.zip
unzip curl-7.58.0.zip
cd curl-7.58.0
./configure --with-darwinssl
make
sudo make install
Yo pienso esto se está instalando en /usr/bin/curl
, pero probé este y lo que está en /usr/local/bin/curl
y continúo obteniendo el mismo resultado. A partir de los detalles de -V
, parece como SSL debería estar habilitado:
/usr/bin/curl -V
curl 7.54.0 (x86_64-apple-darwin17.0) libcurl/7.54.0 LibreSSL/2.0.20 zlib/1.2.11 nghttp2/1.24.0
Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp smb smbs smtp smtps telnet tftp
Features: AsynchDNS IPv6 Largefile GSS-API Kerberos SPNEGO NTLM NTLM_WB SSL libz HTTP2 UnixSockets HTTPS-proxy
También lo he intentado:
brew uninstall --force curl
brew cleanup --force -s curl
brew prune
brew install curl --with-openssl
Pero no hay suerte. Estoy fuera de ideas aquí, cualquier ayuda es apreciada