https://bugs.kde.org/show_bug.cgi?id=462418
--- Comment #1 from Aaron Williams <aar...@doofus.org> --- I might also add that TLS 1.0 and 1.1 have been deprecated and are no longer supported in Android. I do not know how or why TLS 1.0 is being used. I believe I found the location of the bug. In the Android version in src/org/kdeconnect/Helpers/SecurityHelpers/SsslHelper.java around line 209 it should say "TLSv1.2" instead of "TLSv1". According to https://developer.android.com/training/articles/security-ssl it looks like recent versions of Android default to TLS 1.3. -- You are receiving this mail because: You are watching all bug changes.