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: Tobias Sette via curl-users <curl-users_at_cool.haxx.se>
Date: Wed, 6 May 2020 10:56:50 -0300

It worked. Thank you.

For the record: it can be done programmatically setting
CURLOPT_SSL_CIPHER_LIST to DEFAULT_at_SECLEVEL=1

On 05/05/2020 06:59, Daniel Stenberg via curl-users wrote:
> 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
>

-- 
Att,
Tobias
"If technology does not liberate all people for the pursuit of higher aspirations in human achievement, then all it's technical potential will be meaningless." - Jacque Fresco

-----------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-users
Etiquette: https://curl.haxx.se/mail/etiquette.html

Received on 2020-05-06