Android Question SSL handshake aborte

Walter Adriano da Silva

Member
Licensed User
Longtime User
On devices with android 6+ my app works normally, but when I try run it on a device with Android 4.4, I got this:
javax.net.ssl.SSLHandshakeException: javax.net.ssl.SSLProtocolException: SSL handshake aborted: ssl=0x62b2fe10: Failure in SSL library, usually a protocol error

I'm using OkHttp with HttpUtils2, and for tests, the app uses "hc.InitializeAcceptAll("hc")"

Could anyone help me with this?

Thanks
 

MarcoRome

Expert
Licensed User
Longtime User
I think that is same problem that THIS. Work without problem with Android Lollipop ( 5 or > ) but with < have this problem
 
Upvote 1
Top