Re: Using different SSL-connector settings for various Context

2014-02-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Арсений, On 2/4/14, 6:32 AM, Арсений Зинченко wrote: > Hi. > > Task is - have ability to use HTTP/HTTPS without clientAuth for > ROOT, but enable two-factor auth (clientAuth="true" and using > trustedstore.jks) for other Context. > > Can somebody

Re: Using different SSL-connector settings for various Context

2014-02-04 Thread André Warnier
Арсений Зинченко wrote: ... I tried google it - but nothing... Can you please give liink to something about it? I believe that this is all part of the Servlet Specification, which Tomcat only implements. So the Tomcat docs will not repeat everything. Look here for some pointers : http://

Re: Using different SSL-connector settings for various Context

2014-02-04 Thread Арсений Зинченко
> Please don't top post here. Respond below the text to which you are responding. It's easier to read that way. See below. Sorry - it's Google formatting if press "Answer". > That should be solvable just by the of each Context. I tried google it - but nothing... Can you please give liink to som

Re: Using different SSL-connector settings for various Context

2014-02-04 Thread André Warnier
Hi. Please don't top post here. Respond below the text to which you are responding. It's easier to read that way. See below. 2014-02-04 André Warnier : Арсений Зинченко wrote: Hi. Task is - have ability to use HTTP/HTTPS without clientAuth for ROOT, but enable two-factor auth (clientAuth=

Re: Using different SSL-connector settings for various Context

2014-02-04 Thread Арсений Зинченко
Yes, this is exactly what I'm want and I see this manual to. But - how to specify different clientAuth= for different Context's ? I found "SSL Authenticator Valve" - but there is nohting about how to do it... And I d

Re: Using different SSL-connector settings for various Context

2014-02-04 Thread André Warnier
Арсений Зинченко wrote: Hi. Task is - have ability to use HTTP/HTTPS without clientAuth for ROOT, but enable two-factor auth (clientAuth="true" and using trustedstore.jks) for other Context. Can somebody please any tips? I don't know much about SSL, but isn't the answer right here ? http://

Using different SSL-connector settings for various Context

2014-02-04 Thread Арсений Зинченко
Hi. Task is - have ability to use HTTP/HTTPS without clientAuth for ROOT, but enable two-factor auth (clientAuth="true" and using trustedstore.jks) for other Context. Can somebody please any tips?