mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-26 09:47:13 +00:00
Updated FAQ
This commit is contained in:
parent
b0cb4d7100
commit
ddfc36c527
1 changed files with 3 additions and 3 deletions
6
FAQ.md
6
FAQ.md
|
@ -1270,13 +1270,13 @@ 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 ...*' 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.
|
||||
|
||||
There is no way to workaround lacking RC4 and SSLv3 support because it has completely been removed from Android (which should say something).
|
||||
|
||||
You can use [this website](https://ssl-tools.net/mailservers) to check for SSL/TLS problems of IMAP/SMTP servers.
|
||||
You can use [this website](https://ssl-tools.net/mailservers) to check for SSL/TLS problems of email servers.
|
||||
|
||||
<br />
|
||||
|
||||
|
|
Loading…
Reference in a new issue