Skip to content Skip to sidebar Skip to footer

Android 2.2 Ssl Bug With Client Certificate?

My question: Has anyone successfully authenticated the SSL connection with client certificate in Android 2.1/2.2 with multiple cert chain? The details: I am trying to implement a c

Solution 1:

This seems indeed a bug with Android 2.1/2.2.

What I did is ask our administrator to create another client certificate that is issued directly by the Root CA. After having that certificate, I put that as resource in the code and it works without any modification other than having the KeyStore point to the new certificate.

Post a Comment for "Android 2.2 Ssl Bug With Client Certificate?"