I am using Apache Tomcat webapp as a client (java) to an IIS hosted webservice. I need to use SSL with client authentication. What kind of matching criteria is used by the client to send a client certificate to the Server as part of the CertificateRequest which is part of the ServerHello.
I installed the client cert in IE and access the WSDL then it prompts for the client cert and I choose the one that I installed and it works.
I can send the debug ssl dump if needed.