RE: Tomcat Client Authentication

2013-02-20 Thread Maximilian-Schmidt
I solved my problem, I changed my web.xml to the following: PartNos /TNR/* GET POST admin secureconn CONFIDENTIAL converter-api

Re: Tomcat Client Authentication

2013-02-20 Thread Cédric Couralet
2013/2/20 : > Hello Cedric, > >>And look at the first line which could be Owner or Subject (I only have a >>french version at the moment which says Propriétaire:) > > (I created another Client-Cert) > I did it and it shows me: CN=User03, OU=Any, O=Company, L=City, ST=Something, > C=DE > > So I w

Re: Tomcat Client Authentication

2013-02-20 Thread Cédric Couralet
2013/2/20 : > Hello Mark, > > thank you for the quick answer! Could you explain, how I can change how to > derive the user name from the cert? I don't have a DN in my certificate (Only > E, CN, OU, O, L, S, C). This would be very great. > Hello, The different E, CN,... are elements which compos

Re: Tomcat Client Authentication

2013-02-20 Thread Mark Thomas
On 20/02/2013 12:01, maximilian-schm...@telekom.de wrote: And this is my tomcat-users.xml ("Maximilian Schmidt" is the CN of my client-certificate): By default, you have to use the DN not the CN. See X509UsernameRetrieverClassName in http://tomcat.apache.org/tom