Unable to connect to SSL in android 4.4 with cloudflare but it works with LetsEncypt

-1

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
ssl
cloudflare
android
asked on Server Fault Oct 16, 2020 by Ata

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0