[android-developers] SSL handshake Client Certificate not sent

2012-11-28 Thread Ashish Gupta
Hi, On Nexus7, when my app tries to connect to my SSL server, network capture shows that certificate was requested by the SSL server but ssl client sent a Client Certificate (11) message with certificate length being zero, basically no certificate was sent by the SSL client. Same apk when ran

Re: [android-developers] SSL handshake Client Certificate not sent

2012-11-28 Thread Nikolay Elenkov
On Wed, Nov 21, 2012 at 6:59 AM, Ashish Gupta aguptamob...@gmail.com wrote: One possible reason for this is DN mismatch between the list of acceptable DNs as part of Certificate Request Message from the server and the DNs which are part of the SSL client certificates. I am not sure if this is