mirror of
https://github.com/KDE/kdeconnect-android
synced 2025-08-29 13:17:43 +00:00
Trying to debug a "no shared ciphers" issue some users are experiencing.
This commit is contained in:
parent
ef79b04d1a
commit
7f3afd194b
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="org.kde.kdeconnect_tp"
|
||||
android:versionCode="1420"
|
||||
android:versionCode="1423"
|
||||
android:versionName="1.4.2">
|
||||
|
||||
<uses-sdk android:minSdkVersion="9"
|
||||
|
@ -255,6 +255,11 @@ public class LanLinkProvider extends BaseLinkProvider implements LanLink.LinkDis
|
||||
device.unpair();
|
||||
}
|
||||
});
|
||||
|
||||
String[] ciphers = sslsocket.getSupportedCipherSuites();
|
||||
for (String cipher : ciphers) {
|
||||
Log.e("SupportedCiphers","cipher: " + cipher);
|
||||
}
|
||||
}
|
||||
}
|
||||
}).start();
|
||||
|
Loading…
x
Reference in New Issue
Block a user