You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Alistair Young <al...@smo.uhi.ac.uk> on 2005/05/26 18:03:23 UTC

Client authentication for single servlet

In Tomcat 5.0.x Is it possible to for a servlet to get a client's 
certificate without forcing the whole server to use client 
authentication?

in server.xml:
clientAuth=true - stops everyone accessing via https
clientAuth=want - secure servlet displays no content
clientAuth=false - 
request.getAttribute("javax.servlet.request.X509Certificate") doesn't 
get the cert

thanks,
Alistair


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org