0 Replies Latest reply on Sep 23, 2002 12:31 PM by araujo

    Mutual authentication in tomcat ?

    araujo


      Hi,

      i'm using jboss3.0 with tomcat, and i have this configuration in the file tomcat4- service.xml :

      <!-- SSL/TLS Connector configuration using the SSL domain keystore (Server authentication) -->

      So, i want to have tomcat listening in port 8443 with mutal authentication (clientAuth = "true") , ie, the client have to present his certificate to tomcat.

      Now the problem is that if i try to connect to the server with a client that is not presenting his certificate, the connection is estabilish.
      So how can i make mutual authentication in tomcat ?

      Thanks

      .david