gpt4 book ai didi

linux - 我如何让 cURL 使用 https

转载 作者:太空狗 更新时间:2023-10-29 12:15:00 28 4
gpt4 key购买 nike

我使用的是 Ubuntu 14.04.2 LTS。 cURL 已安装,但不包括 HTTPS 作为它将使用的协议(protocol)。

例如:

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

给我这个:

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

检查 curl -V 结果:

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

该列表中缺少 HTTPS...那么,如何安装支持 HTTPS 的 cURL?

哦,sudo apt-get install curl 是我首先安装它的方法。

最佳答案

您的 curl 版本未使用 SSL 支持进行编译。它实际上是一个在配置阶段传递的标志:

./configure --with-ssl

最快最完整的方法是下载 curl sourcescompile it yourself使用 --with-ssl 标志。这还将确保您的 curl 和 SSL 库也不会容易受到任何已知的已知漏洞的攻击。有使用不安全版本的 SSL 的变通方法,但当然不推荐这样做。

关于linux - 我如何让 cURL 使用 https,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28782556/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com