Ssl Handshake Failure For Android 2.2 Version
I am developing an application that need a certificate verification from the server. It works fine on Android 2.3 version and above, but for android 2.2 it gave me an exception : W
Solution 1:
More likely the CA that issued your server certificate is not trusted by Android 2.1. Either get a new certificate, or create a trust store that contains the CA certificate and setup your code to use it.
More info and some sample code here.
Post a Comment for "Ssl Handshake Failure For Android 2.2 Version"