From c81960d8f44e5dbb4e1ea3eab27336c122284547 Mon Sep 17 00:00:00 2001 From: M66B Date: Tue, 29 Sep 2020 21:13:06 +0200 Subject: [PATCH] Updated FAQ --- FAQ.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index b4d333e895..4e84c3c1c0 100644 --- a/FAQ.md +++ b/FAQ.md @@ -1453,7 +1453,8 @@ or by a too short DH key on the email server and can unfortunately not be fixed The error '*Handshake failed ... HANDSHAKE_FAILURE_ON_CLIENT_HELLO ...*' might be caused by the provider still using RC4, which isn't supported since [Android 7](https://developer.android.com/about/versions/nougat/android-7.0-changes.html#tls-ssl) anymore. -The error '*Handshake failed ... UNSUPPORTED_PROTOCOL ...*' might be caused by enabling hardening connections in the connection settings +The error '*Handshake failed ... UNSUPPORTED_PROTOCOL or TLSV1_ALERT_PROTOCOL_VERSION ...*' +might be caused by enabling hardening connections in the connection settings or by Android not supporting older protocols anymore, like SSLv3. Android 8 Oreo and later [do not support](https://developer.android.com/about/versions/oreo/android-8.0-changes#security-all) SSLv3 anymore.