Android Question How can I force android 4.x to use TLS 1.2 or any workaround

Myr0n

Active Member
Licensed User
Longtime User
Hello everybody

I am looking for a solution or workaround to force android 4.x to use TLS 1.2, I am having some errors when I am using okhttpsutils2 like this

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!


Please, help me out.
 
Top