RE: Apache Tomcat 11 TLSCertificateReloadListener

2025-07-21 Thread S Abirami
Thanks Remy. -Original Message- From: Rémy Maucherat Sent: Monday, July 21, 2025 2:54 PM To: Tomcat Users List Subject: Re: Apache Tomcat 11 TLSCertificateReloadListener On Mon, Jul 21, 2025 at 11:15 AM S Abirami wrote: > > > Hi All, > > We are looking for listene

Re: Apache Tomcat 11 TLSCertificateReloadListener

2025-07-21 Thread Rémy Maucherat
On Mon, Jul 21, 2025 at 11:15 AM S Abirami wrote: > > > Hi All, > > We are looking for listener to monitor if it's a new certificate or an > updated one in the certificate and perform SSL reload. In Tomcat 11.0.9, we > noticed a listener class and the tomcat document says that it only monitors

RE: Apache Tomcat 11 TLSCertificateReloadListener

2025-07-21 Thread S Abirami
Hi All, We are looking for listener to monitor if it's a new certificate or an updated one in the certificate and perform SSL reload. In Tomcat 11.0.9, we noticed a listener class and the tomcat document says that it only monitors the expiry date if certificate and trigger an event which can

Apache Tomcat 11 TLSCertificateReloadListener

2025-07-21 Thread S Abirami
Hi All, We are looking for listener to monitor and perform following actions. In Tomcat 11.0.9, we noticed a listener class and the tomcat document says that it monitors the expiry date if certificate and trigger an event which can be used to reload the SSL configuration. In Chatgpt, it provid