Hi, We have enabled SSL for the web services hosted on Tomcat. As part of the configuration changes we have modified the server.xml to make changes to the "connector" element. We have given the "trustStorePass" value to point to a keystore which has only the certificate for our web services. Ofcourse the clientAuth parameter is set to true. The problem we are facing is even though the client is prompted for the certificate, the client is authenticated with any certificate instead of authenticating with the intended one. Any help is highly appreciated.
Thanks, Savitha