Updated FAQ

This commit is contained in:
M66B 2022-06-11 13:52:52 +02:00
parent 9f7f08be99
commit 0f51f9b443
1 changed files with 2 additions and 0 deletions

2
FAQ.md
View File

@ -1932,6 +1932,8 @@ 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).
Please [see here](https://developer.android.com/reference/javax/net/ssl/SSLSocket) for an overview of supported protocols and cipher suites by Android version.
You can use [this website](https://ssl-tools.net/mailservers) or [this website](https://www.immuniweb.com/ssl/) to check for SSL/TLS problems of email servers.
<br />