I use WebviewClient in my application that opens a URL that uses the TLSv1.2 protocol. I can open the URL in Kitkat and above, and I researched this because the Kitkat website and above the OS moved to Chromium.
Google has decided to disrupt the JellyBean Webkit. Can someone help me how can I open the url in jellybean web client with handshake error.
The error I get is
W/chromium_net: external/chromium/net/http/http_stream_factory_impl_job.cc:865:
0218/114458:WARNING:http_stream_factory_impl_job.cc(865) Falling back to SSLv3 because host is TLS intolerant
02-18 11:44:58.320 16133-16249/com.mercia.android.dev E/chromium_net: external/chromium/net/socket/ssl_client_socket_openssl.cc:792:
[0218/114458:ERROR:ssl_client_socket_openssl.cc(792)] handshake failed; returned -1, SSL error code 1, net_error -107
source
share