Re: Tomcat 9: Client Certificate verification setting with optional is not working

2021-05-10 Thread Christopher Schultz
Mark and Manish, On 5/10/21 13:11, Mark Thomas wrote: On 08/05/2021 18:26, Palod, Manish wrote: Hi, We further debugged the issue and narrowed down the issue to dynamic update of Truststore. We add certificate into TrustStore dynamically. We have to restart the server to use the newly added

Re: Tomcat 9: Client Certificate verification setting with optional is not working

2021-05-10 Thread Mark Thomas
On 08/05/2021 18:26, Palod, Manish wrote: Hi, We further debugged the issue and narrowed down the issue to dynamic update of Truststore. We add certificate into TrustStore dynamically. We have to restart the server to use the newly added certificate. This was working fine with Tomcat 7. I'm

RE: Tomcat 9: Client Certificate verification setting with optional is not working

2021-05-08 Thread Palod, Manish
other details required by Tomcat 9 for this use case? Regards Manish -Original Message- From: Palod, Manish Sent: Wednesday, May 5, 2021 9:21 AM To: Tomcat Users List Subject: RE: Tomcat 9: Client Certificate verification setting with optional is not working Hi Mark, Thank you for

RE: Tomcat 9: Client Certificate verification setting with optional is not working

2021-05-04 Thread Palod, Manish
rs@tomcat.apache.org Subject: Re: Tomcat 9: Client Certificate verification setting with optional is not working CAUTION: External email. Do not click links or open attachments unless you recognize the sender and know the content is safe. On 04/05/2021 18:17, Palod, Manish wrote: > Hi, &g

Re: Tomcat 9: Client Certificate verification setting with optional is not working

2021-05-04 Thread Mark Thomas
On 04/05/2021 18:17, Palod, Manish wrote: Hi, We are in process of migrating from Tomcat 7 to Tomcat 9. We use cert-based client authentication in our application, support password-based and cert-based authentication. For this purpose, we are setting certificateVerification="optional" attribu

Tomcat 9: Client Certificate verification setting with optional is not working

2021-05-04 Thread Palod, Manish
Hi, We are in process of migrating from Tomcat 7 to Tomcat 9. We use cert-based client authentication in our application, support password-based and cert-based authentication. For this purpose, we are setting certificateVerification="optional" attribute in SSLHostConfig Element of Server.xml [