Re: [android-developers] client certificate authentication for ssl/https connection

2010-02-23 Thread saify.zeenwala
hi just create certificate using bouncy castle algo as android supports only BKS certificates only. use below mentioned link to generate client side certificat and store it using keystore. http://crazybob.org/2010/02/android-trusting-ssl-certificates.html regards On Tue, Feb 23, 2010 at 12:35

[android-developers] client certificate authentication for ssl/https connection

2010-02-22 Thread Babasaheb
Hi, I want to connect to a server using ssl/https connection. During handshake between client and the server, I want to have server certificate authentication as well as client certificate authentication. The server certificate authentication is successful. But I don't know how to send client cert