when using xabber (2.0.1 from f-droid) it works fine running on a device with anroid7.
When running the same version on android 4 (sorry, no vendor updates available) I get ssl handshake failed. A packet dump shows that the server disconnects immediately after the client hello (where the supported cipher list is sent)
Hello,
when using xabber (2.0.1 from f-droid) it works fine running on a device with anroid7.
When running the same version on android 4 (sorry, no vendor updates available) I get ssl handshake failed. A packet dump shows that the server disconnects immediately after the client hello (where the supported cipher list is sent)
To me it seems this might be relate to different default tls settings in different android version as described in https://forums.xamarin.com/discussion/63005/modernhttpclient-tls-1-2-android-api-19 https://stackoverflow.com/questions/37222696/sslhandshakeexception-on-android-4-4-and-lower https://github.com/ssllabs/ssllabs-scan/issues/258 etc.
Can you please check this?