curl / Mailing Lists / curl-users / Single Mail
Buy commercial curl support from WolfSSL. We help you work out your issues, debug your libcurl applications, use the API, port to new platforms, add new features and more. With a team lead by the curl founder himself.

Re: SSL routines:ssl3_read_bytes:sslv3 alert handshake failure

From: Daniel Stenberg via curl-users <curl-users_at_cool.haxx.se>
Date: Tue, 5 May 2020 11:59:12 +0200 (CEST)

On Tue, 5 May 2020, Tobias Sette via curl-users wrote:

> I think you can't reproduce the error because your Curl version is not
> affected. However, I've tried docker run --rm curlimages/curl:7.68.0 -L
> https://www.upward.net/ and it did work, so I think the issue is related to
> curl packaged in Debian.

With curl on debian:

$ curl https://www.upward.net/
curl: (35) error:14094410:SSL routines:ssl3_read_bytes:sslv3 alert handshake
failure

Make it work:

$ curl https://www.upward.net/ --ciphers DEFAULT@SECLEVEL=1
[content]

The default seclevel on Debian is set in /etc/ssl/openssl.cnf

-- 
  / daniel.haxx.se | Commercial curl support up to 24x7 is available!
                   | Private help, bug fixes, support, ports, new features
                   | https://www.wolfssl.com/contact/
-----------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-users
Etiquette:   https://curl.haxx.se/mail/etiquette.html
Received on 2020-05-05