gpt4 book ai didi

ssl - curl 错误 35 : unknown SSL protocol error in connection

转载 作者:太空宇宙 更新时间:2023-11-03 12:41:34 24 4
gpt4 key购买 nike

$ curl -I https://9.185.173.135
curl: (35) Unknown SSL protocol error in connection to 9.185.173.135:443

这是我需要访问的安全页面。但是我不知道如何获取它的证书文件。我尝试使用 Firefox,但它说在输入 url 后无法获得任何 ssl 证书。

$ curl -I http://9.185.173.135
HTTP/1.1 200 OK
Content-Length: 686
Content-Type: text/html
Content-Location: http://9.185.173.135/Default.htm
Last-Modified: Mon, 16 Mar 2009 05:05:38 GMT
Accept-Ranges: bytes
ETag: "a851dbd8f4a5c91:d41"
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Date: Tue, 13 Jul 2010 04:09:35 GMT

我的笔记本电脑绝对可以访问服务器。获得证书文件后,我假设我可以将其导入 Firefox,然后使用我的凭据通过身份验证(我已经获得了用户名/密码)。

抱歉,我根本不是安全专家。还有什么我可以尝试的吗?

非常感谢。

最佳答案

试试这个

curl_setopt($ch, CURLOPT_SSLVERSION, CURL_SSLVERSION_SSLv3); // Force SSLv3 to fix Unknown SSL Protocol error

关于ssl - curl 错误 35 : unknown SSL protocol error in connection,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3234140/

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