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:
I'm using OkHttp with HttpUtils2, and for tests, the app uses "hc.InitializeAcceptAll("hc")"
Could anyone help me with this?
Thanks
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