Re: Client authentication for specific path

2014-10-08 Thread Nathan Quirynen
On 03/10/14 21:18, Cédric Couralet wrote: > 2014-10-03 17:42 GMT+02:00 Nathan Quirynen : >> On 02/10/14 19:00, Christopher Schultz wrote: >> >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA256 >> >> Nathan, >> >> On 10/1/14 12:16 PM, Nathan Quirynen wrote: >> >> On 01/10/14 18:08, Christopher Sch

Re: Client authentication for specific path

2014-10-03 Thread Cédric Couralet
2014-10-03 17:42 GMT+02:00 Nathan Quirynen : > > On 02/10/14 19:00, Christopher Schultz wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Nathan, > > On 10/1/14 12:16 PM, Nathan Quirynen wrote: > > On 01/10/14 18:08, Christopher Schultz wrote: Nathan, > > On 10/1/14 10:02 AM, Nathan

Re: Client authentication for specific path

2014-10-03 Thread Nathan Quirynen
On 02/10/14 19:00, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Nathan, > > On 10/1/14 12:16 PM, Nathan Quirynen wrote: >> On 01/10/14 18:08, Christopher Schultz wrote: Nathan, >> >> On 10/1/14 10:02 AM, Nathan Quirynen wrote: > Hi Tomcat users, > >

Re: Client authentication for specific path

2014-10-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Nathan, On 10/1/14 12:16 PM, Nathan Quirynen wrote: > On 01/10/14 18:08, Christopher Schultz wrote: Nathan, > > On 10/1/14 10:02 AM, Nathan Quirynen wrote: Hi Tomcat users, A current application has client authentication configured

Re: Client authentication for specific path

2014-10-02 Thread Nathan Quirynen
On 01/10/14 18:50, Cédric Couralet wrote: > 2014-10-01 18:16 GMT+02:00 Nathan Quirynen : >> On 01/10/14 18:08, Christopher Schultz wrote: >>> -BEGIN PGP SIGNED MESSAGE- >>> Hash: SHA256 >>> >>> Nathan, >>> >>> On 10/1/14 10:02 AM, Nathan Quirynen wrote: Hi Tomcat users, A cur

Re: Client authentication for specific path

2014-10-01 Thread Cédric Couralet
2014-10-01 18:16 GMT+02:00 Nathan Quirynen : > On 01/10/14 18:08, Christopher Schultz wrote: >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA256 >> >> Nathan, >> >> On 10/1/14 10:02 AM, Nathan Quirynen wrote: >>> Hi Tomcat users, >>> >>> A current application has client authentication configured

Re: Client authentication for specific path

2014-10-01 Thread Nathan Quirynen
On 01/10/14 18:08, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Nathan, > > On 10/1/14 10:02 AM, Nathan Quirynen wrote: >> Hi Tomcat users, >> >> A current application has client authentication configured in the >> SSL Connector (server.xml): >> >> > keystoreFi

Re: Client authentication for specific path

2014-10-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Nathan, On 10/1/14 10:02 AM, Nathan Quirynen wrote: > Hi Tomcat users, > > A current application has client authentication configured in the > SSL Connector (server.xml): > > keystoreFile=".keystore" keystorePass="..." > truststoreFile=".trustst

Client authentication for specific path

2014-10-01 Thread Nathan Quirynen
Hi Tomcat users, A current application has client authentication configured in the SSL Connector (server.xml): And the CA root certificates have been added to the truststore. This way it asks for a client certificate in any case, which works and is fine for this application. For a new applicat