Wie bekomme ich cURL mit https

Bin ich auf Ubuntu 14.04.2 LTS. cURL ist installiert, aber nicht HTTPS als Protokoll nutzen.

Beispiel:

curl https://npmjs.org/install.sh | sh

gibt mir diese:

curl: (1) Protocol https not supported or disabled in libcurl

Überprüfung curl -V-Ergebnisse in:

Protocols: dict file ftp gopher http imap pop3 rtsp smtp telnet tftp
Features: IPv6 Largefile

HTTPS fehlt in der Liste... also, wie kann ich cURL installieren mit Unterstützung für HTTPS?

Oh, und sudo apt-get install curl ist, was ich Tat, um es zu installieren in den ersten Platz.

Warum war das eine schlechte Frage / downvoted?

InformationsquelleAutor Jorma Turkenburg | 2015-02-28

Schreibe einen Kommentar