My question is, is there an alternative to okhttp 1.5? unfortunately I don't have any copy of previous versions of b4a, that I am pretty sure will be a good idea to have.
Hi all. Working on an app that will NEVER see the play store and will be open source, GITHUB style. Anyway i want it to run on Android 4.x and above. Point being to re claim all those old Android devices every one just tosses in a drawer or the garbage dump and never use again. Am using the...
Hi all. Working on an app that will NEVER see the play store and will be open source, GITHUB style. Anyway i want it to run on Android 4.x and above. Point being to re claim all those old Android devices every one just tosses in a drawer or the garbage dump and never use again. Am using the...
Unfortunately did not work, it gives some errors but only in android devices 4.x, I was checking the changelog and probably the 10.0 version should work because in the 10.2 OkHttp was updated based on OkHttp to 3.12.12
javax.net.ssl.SSLHandshakeException:
*** Service (httputils2service) Create ***
** Service (httputils2service) Start **
ResponseError. Reason: javax.net.ssl.SSLHandshakeException: javax.net.ssl.SSLProtocolException: SSL handshake aborted: ssl=0x1046010: Failure in SSL library, usually a protocol error
error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version (external/openssl/ssl/s23_clnt.c:658 0x4019ccf5:0x00000000), Response:
Error!
You are jumping to the wrong conclusion. It has nothing to do with OkHttp version.
The error happens because Android 4 doesn't support TLS 1.2 (there is a workaround but as this thread is about OkHttp versions you should start a new thread).