Re: How to configure and verified chain certificat

2023-03-14 Thread Christopher Schultz
Olivier, On 3/14/23 10:07, Olivier Studer wrote: I use Tomcat 9 version. I have configured the server.xml as following to use certificate signed. But I have an error with openssl command to verify it is correctly configured. Command and output: echo | openssl s_client -showcerts -connect

RE: OT: Disabling Stack Traces

2023-03-14 Thread jonmcalexander
Thank you Mark! Dream * Excel * Explore * Inspire Jon McAlexander Senior Infrastructure Engineer Asst. Vice President He/His Middleware Product Engineering Enterprise CIO | EAS | Middleware | Infrastructure Solutions 8080 Cobblestone Rd | Urbandale, IA 50322 MAC: F4469-010 Tel 515-988-2508 |

How to configure and verified chain certificat

2023-03-14 Thread Olivier Studer
Hi, I use Tomcat 9 version. I have configured the server.sml as following to use certificate signed. But I have an error with openssl commande to verify it is correctly configured. Commande and output: echo | openssl s_client -showcerts -connect server.unifr.ch:8443 |head -1 depth=0 C = CH,

Re: HTTP2: How to check if the client aborted a request

2023-03-14 Thread Mark Thomas
On 14/03/2023 09:00, Robin Stevens wrote: Does anybody has a pointer on how to obtain this info through official APIs, or to some documentation related to this that I might have missed ? The short answer is that there is no way do this via the Servlet API that doesn't involved trying to

Re: OT: Disabling Stack Traces

2023-03-14 Thread Mark Thomas
On 13/03/2023 19:22, jonmcalexan...@wellsfargo.com.INVALID wrote: Hello everyone, I know that we can put the following in the section in the server.xml, but is there a way that we can force this setting in the catalina.properties, or some other way? Sorry, no. Mark Thanks, Dream *

HTTP2: How to check if the client aborted a request

2023-03-14 Thread Robin Stevens
Version: Tomcat 9.0.35 (embedded in Spring Boot 2.3.0.RELEASE) Use case / problem: The frontend is doing requests that trigger heavy calculations in the backend. Often these requests get cancelled by the frontend before the backend has finished doing the calculations. The cancellation of the