OrlandoLabao43 / sandrob

Automatically exported from code.google.com/p/sandrob
2 stars 0 forks source link

Using IIS7 as SSL client certificate server, android as client #45

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
IIS always negotiates client-certificates using re-negotiation: 
a first handshake is successful, without any client-certificate request, 
but then, a second handshake is triggered.

This doesn't work with android.

IIS must be configured that it request client certificate in the first 
negotiation.
This is done with clientcertnegotiation=enable option of netsh command.

Original issue reported on code.google.com by supp.san...@gmail.com on 8 Oct 2011 at 10:10

GoogleCodeExporter commented 8 years ago
This is fixed in android API 9 (2.3.1)

Original comment by supp.san...@gmail.com on 9 Oct 2011 at 7:44

GoogleCodeExporter commented 8 years ago

Original comment by supp.san...@gmail.com on 20 Oct 2011 at 2:55