https://
エンドポイントをカールしようとすると、引き続き次のエラーが表示されます。
curl: (1) Protocol "“https" not supported or disabled in libcurl
私は手動でインストールしようとしました--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
私はこれがインストールされていると思います/usr/bin/curl
が、私はこれと同様のものを試し/usr/local/bin/curl
、同じ結果を得続けています。より-V
詳細には、思わ SSLを有効にする必要がありますように。
/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
私も試しました:
brew uninstall --force curl
brew cleanup --force -s curl
brew prune
brew install curl --with-openssl
しかし、運はありません。私はここでアイデアが不足しています、どんな助けも感謝しています