Code: Select all
Javax.net.ssl.SSLHandshakeException: javax.net.ssl.SSLProtocolException: SSL handshake aborted: Failure in SSL library, usually a protocol error
The solution they suggest, is to disable SSLv3 in the app.
Could this be the problem for me (android 4.2) connecting to my server? Can this be solved?