Curl won't download file from server that only supports TLS v1.0?
Date: Wed, 10 Jun 2020 10:20:47 -0400
I'm trying to have curl download the following file:
https://storage.z-wave.me/z-way-server/z-way-server-Ubuntu-v3.0.6.tgz
...but I'm getting an error message:
curl: (35) error:1425F102:SSL
routines:ssl_choose_client_version:unsupported protocol
The website only supports TLS v1.0
(https://www.ssllabs.com/ssltest/analyze.html?d=storage.z-wave.me)
How can I have curl allow TLS v1.0? I've tried --tlsv1.0 and
--tls-max 1.0 but it doesn't work.
root_at_f5b0094d2066:/etc/ssl# curl -V
curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f
zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0)
libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3
Release-Date: 2020-01-08
Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps
pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp
Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos
Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets
Thanks for any help!
-----------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-users
Etiquette: https://curl.haxx.se/mail/etiquette.html
Received on 2020-06-10