[Bug 11456] wget TLS handshake failure (alert code 40)

bugzilla at busybox.net bugzilla at busybox.net
Sun Nov 4 18:56:41 UTC 2018


https://bugs.busybox.net/show_bug.cgi?id=11456

--- Comment #7 from Denys Vlasenko <vda.linux at googlemail.com> ---
The commands I tried:

openssl s_client -connect is.gd:443 -debug -no_ticket -cipher
DHE-RSA-CHACHA20-POLY1305
- not accepted (cipher id ccaa)

openssl s_client -connect is.gd:443 -debug -no_ticket -cipher
ECDHE-RSA-CHACHA20-POLY1305
- not accepted (cipher id cca8)

openssl s_client -connect is.gd:443 -debug -no_ticket -cipher
ECDHE-ECDSA-CHACHA20-POLY1305
- accepted (cipher id cca9)

openssl s_client -connect is.gd:443 -debug -no_ticket -cipher
ECDHE-ECDSA-AES128-SHA
- accepted (cipher id c009)

openssl s_client -connect is.gd:443 -debug -no_ticket -cipher
ECDHE-ECDSA-AES128-GCM-SHA256
- accepted (cipher id c02b)

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the busybox-cvs mailing list