【发布时间】:2019-03-28 20:53:09
【问题描述】:
我正在尝试系统地下载以下图片:
https://floridakeyswebcams.tv/sloppycam/camarchive/0807.jpg
在 Firefox 中,图像显示正常。
使用 CURL 或 wget 时,下载失败。
在带有 Open SSL 1.1.0g 的 Ubuntu 18.04 上,它在 curl 中返回以下内容:
* Trying 74.209.245.140...
* TCP_NODELAY set
* Connected to floridakeyswebcams.tv (74.209.245.140) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* successfully set certificate verify locations:
* CAfile: /etc/ssl/certs/ca-certificates.crt
CApath: /etc/ssl/certs
* TLSv1.2 (OUT), TLS handshake, Client hello (1):
* OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to floridakeyswebcams.tv:443
* stopped the pause stream!
* Closing connection 0
curl: (35) OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to floridakeyswebcams.tv:443
在旧的三星 Note 3 上,植根,busybox 和 OpenSSL v1.0.0g,它下载文件但只有 1 KB 的空文件。
想法?
【问题讨论】: