相关疑难解决方法(0)

CURL返回(35)OpenSSL SSL_connect:SSL_ERROR_SYSCALL

我正在尝试系统地下载以下图像:

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 
Run Code Online (Sandbox Code Playgroud)

在植有busybox和OpenSSL v1.0.0g的旧三星Note 3上,它下载文件,但仅下载1 KB的空文件。

有想法吗?

ubuntu curl openssl

7
推荐指数
1
解决办法
3万
查看次数

标签 统计

curl ×1

openssl ×1

ubuntu ×1