Hi all,
 
            I have a B2B app that needs optionally the client
authentication because not always the client has a certificate, but
unfortunately Tomcat apparently doesn't have this option like apache.
For this reason I still have apache as my web server and Tomcat as
application server, but I'd like to migrate to Tomcat.
 
            At the Tomcat config files we have the directive in the
server.xml:
            clientAuth="false" (or true)
 
but I'd like to set it to optional.
 
Does anyone knows a workaround for this?
 
Regards,
 
Chico.
 


Reply via email to