javax.net.ssl.SSLProtocolException: SSL handshake aborted: ssl=0x7cec4730: Failure in SSL library, usually a protocol error error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure (external/openssl/ssl/s23_clnt.c:744 0x797916e0:0x00000000)-> Integrate OkHttp which disable SSLv3 completely and fix other errors.
java.security.cert.CertPathValidatorException: Trust anchor for certification path not found.-> Clone Android trusted keystore and append thawte Primary Root CA
From Crashlytics:
javax.net.ssl.SSLProtocolException: SSL handshake aborted: ssl=0x7cec4730: Failure in SSL library, usually a protocol error error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure (external/openssl/ssl/s23_clnt.c:744 0x797916e0:0x00000000)
-> Integrate OkHttp which disable SSLv3 completely and fix other errors.java.security.cert.CertPathValidatorException: Trust anchor for certification path not found.
-> Clone Android trusted keystore and append thawte Primary Root CA