RE: Question related to mutual authentication

2017-11-09 Thread Nicolas Therrien
-Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Thursday, November 9, 2017 11:16 AM To: users@tomcat.apache.org Subject: Re: Question related to mutual authentication Mark, On 11/9/17 5:02 AM, Mark Thomas wrote: > On 8 November 2017 21:09:11

Re: OSCP support in tomcat-native (was OCSP)

2017-11-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Coty, On 11/9/17 12:19 PM, Coty Sutherland wrote: > Hi, > > I'm trying to determine whether or not we fully support OCSP in > tomcat-native 1.2.x on Linux. There isn't any documentation about > it other than some on the Downloads page that says

OCSP support in tomcat-native

2017-11-09 Thread Coty Sutherland
Hi, I'm trying to determine whether or not we fully support OCSP in tomcat-native 1.2.x on Linux. There isn't any documentation about it other than some on the Downloads page that says it's experimental on Windows: "The Windows binaries are available in two variants. a) Default. This is what

Re: stopping scanning of TLDs

2017-11-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Ray, On 11/8/17 3:51 PM, Ray Holme wrote: > this makes it easy in linux or mac land for i in *.jar; do echo > scanning $i; jar tf $i | grep "\.tld"; sleep 1; done I'd change that to: $ for i in *.jar; do echo scanning $i; unzip -l "$i" | grep -i

Re: Question related to mutual authentication

2017-11-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 11/9/17 5:02 AM, Mark Thomas wrote: > On 8 November 2017 21:09:11 GMT+00:00, Nicolas Therrien > wrote: > > > >> My understanding is that when "certificateVerification" is set >> to "required", the

Re: Configuring DIGEST auth for manager

2017-11-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Philippe, On 11/8/17 4:19 PM, Philippe Mouawad wrote: > Any feedback on this ? Yep. Two days ago. - -chris > On Sun, Nov 5, 2017 at 9:16 PM, Philippe Mouawad < > p.moua...@ubik-ingenierie.com> wrote: > >> Hello, I am having issues making

Re: Question related to mutual authentication

2017-11-09 Thread Mark Thomas
On 8 November 2017 21:09:11 GMT+00:00, Nicolas Therrien wrote: >My understanding is that when "certificateVerification" is set to >"required", the server would perform the same verification as the >client does, that is: > >1) Verify the incoming certificate

Re: non www to www URL Rewrite

2017-11-09 Thread RAVIRAJ SHAH
Hi Andre, Thanks for quick reply yes it is pointing to same public IP Thanks, Raviraj Thanks & Regards, Raviraj Shah On 8 November 2017 at 22:50, André Warnier (tomcat) wrote: > On 08.11.2017 17:35, RAVIRAJ SHAH wrote: > >> Sorry for my language >> my query with example