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

bugzilla at busybox.net bugzilla at busybox.net
Wed Nov 14 17:29:57 UTC 2018


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

--- Comment #14 from Denys Vlasenko <vda.linux at googlemail.com> ---
openssl s_client -connect ftp.openbsd.org:443 -debug -no_ticket ...

-cipher ECDHE-RSA-AES256-GCM-SHA384: yes
-cipher ECDHE-RSA-AES128-GCM-SHA256: yes
-cipher ECDHE-RSA-AES128-SHA256: no
-cipher ECDHE-RSA-AES128-SHA: no
-cipher ECDHE-RSA-AES256-SHA: no
-cipher AES256-CCM8: no
-cipher AES128-GCM-SHA256: no
-cipher ECDHE-ECDSA-AES128-GCM-SHA256: no

-cipher ECDHE-RSA-CHACHA20-POLY1305: yes
-cipher ECDHE-ECDSA-CHACHA20-POLY1305: no

-cipher ECDHE-ARIA256-GCM-SHA384: no
-cipher DHE-RSA-AES128-GCM-SHA256:no

Evidently, it only supports ECDHE-RSA-AESnnn-GCM-SHAnnn and
ECDHE-RSA-CHACHA20-POLY1305.

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


More information about the busybox-cvs mailing list