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 PM, Babasaheb <[email protected]> wrote: > 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 certificate to server for > authentication, during the handshake. > Can anybody please provide some tutorial for the same? > > Thanks, > Babasaheb > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected]<android-developers%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

