gpt4 book ai didi

curl 错误 tlsv1 警报协议(protocol)版本

转载 作者:行者123 更新时间:2023-12-04 02:25:48 26 4
gpt4 key购买 nike

以下 curl 请求返回错误。有人可以解释出了什么问题以及如何纠正它。我已经尝试强制 curl 使用不同的 ssl 版本(--sslv3 和--sslv2),但这不起作用。

curl.exe --GET "https://www.expert.nl/" --verbose --insecure

回复:
* About to connect() to www.expert.nl port 443 (#0)
* Trying 104.20.175.44... connected
* SSLv3, TLS handshake, Client hello (1):
* error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version
* Closing connection #0
curl: (35) error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version

最佳答案

我通过更新 curl 解决了这个问题。 (请检查 curl 版本和 openssl 版本,它们可能不匹配)

curl 7.12.1 需要 OpenSSL/0.9.7a 但我的 OpenSSL 是 1.0.2m。

细节:

~ $ curl -V
curl 7.12.1 (x86_64-redhat-linux-gnu) libcurl/7.12.1 OpenSSL/0.9.7a zlib/1.2.1.2 libidn/0.5.6
Protocols: ftp gopher telnet dict ldap http file https ftps
Features: GSS-Negotiate IDN IPv6 Largefile NTLM SSL libz
~ $ openssl version
OpenSSL 1.0.2m 2 Nov 2017

关于curl 错误 tlsv1 警报协议(protocol)版本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46422590/

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