Volley NoConnectionError:tlsv1警告不适当的后备

时间:2015-07-20 11:42:32

标签: java android ssl https android-volley

我一直在使用volley向服务器发出HTTPS请求,我收到此错误 -

{ what=1 when=-253ms obj=com.android.volley.NoConnectionError: javax.net.ssl.SSLHandshakeException: javax.net.ssl.SSLProtocolException: SSL handshake terminated: ssl=0x64565f00: Failure in SSL library, usually a protocol error
error:1409443E:SSL routines:SSL3_READ_BYTES:tlsv1 alert inappropriate fallback (external/openssl/ssl/s3_pkt.c:1290 0x62d71518:0x00000003) }

我已使用此处的代码删除了SSLV3协议错误

https://code.google.com/p/android/issues/detail?id=78187

并在三星DUOS上进行测试。

有人知道如何避免此错误。

0 个答案:

没有答案