I am using letsencrypt for my site SSL, it works well with android 4.4, but when I enable cloud flare SSL, it does not work anymore. bot of them have SSLV3.0 unsupported based on the SSLLabs.
in android 4.4, I get this problem :
W/System.err: Caused by: javax.net.ssl.SSLProtocolException: SSL handshake aborted: ssl=0xb7af1b08: Failure in SSL library, usually a protocol error
W/System.err: error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure (external/openssl/ssl/s23_clnt.c:741 0x97013926:0x00000000)
W/System.err: at com.android.org.conscrypt.NativeCrypto.SSL_do_handshake(Native Method)
W/System.err: at com.android.org.conscrypt.OpenSSLSocketImpl.startHandshake(OpenSSLSocketImpl.java:405)
W/System.err: ... 21 more
User contributions licensed under CC BY-SA 3.0