卷曲https网站无法正常工作

时间:2017-06-26 19:12:06

标签: curl https timeout port

现在我正在尝试从https网站进行卷曲。但它不起作用。

它显示"卷曲:(7)无法连接到www.example.com端口443:超时"。

C:\Users\jonhs\Desktop\2>curl -v -L https://www.w3schools.com
* Rebuilt URL to: https://www.w3schools.com/
*   Trying 59.24.3.173...
* TCP_NODELAY set
* connect to 59.24.3.173 port 443 failed: Timed out
* Failed to connect to www.w3schools.com port 443: Timed out
* Closing connection 0
curl: (7) Failed to connect to www.w3schools.com port 443: Timed out

C:\Users\jonhs\Desktop\2>

所以我使用了--insecure或-k选项,但结果是一样的。

无论如何,它在http网站上运行良好。 (例如,curl -v -L http://www.adobe.com/

我正在使用Windows 10和curl-7.54.1-win64-mingw,如下所示。

C:\Users\jonhs\Desktop\2>curl -V
curl 7.54.1 (x86_64-pc-win32) libcurl/7.54.1 OpenSSL/1.1.0f zlib/1.2.11 WinIDN libssh2/1.8.0 nghttp2/1.23.1
Release-Date: 2017-06-14
Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp
Features: AsynchDNS IDN IPv6 Largefile SSPI Kerberos SPNEGO NTLM SSL libz TLS-SRP HTTP2 HTTPS-proxy

C:\Users\jonhs\Desktop\2>

请帮我解决这个问题。

0 个答案:

没有答案