[Bug 67666] TLSCertificateReloadListener does not detect all certificates to reload

2023-10-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67666 --- Comment #4 from Michael Osipov --- Just build Tomcat from bec7a51d7fc3fb913c755b258169d1816b77bea5. I can confirm that is works now. -- You are receiving this mail because: You are the assignee for the bug. ---

[Bug 67666] TLSCertificateReloadListener does not detect all certificates to reload

2023-10-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67666 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug 67666] TLSCertificateReloadListener does not detect all certificates to reload

2023-10-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67666 --- Comment #2 from Mark Thomas --- The fix for BZ 67667 addressed most of the errors. The remaining issue has been fixed. Reloading isn't going to work for PEM files that are passed directly to OpenSSL although with BZ 67667 those should be f

[Bug 67666] TLSCertificateReloadListener does not detect all certificates to reload

2023-10-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67666 --- Comment #1 from Michael Osipov --- Before reload: $ for port in 20001 20002 20003 20004 30001 30002 ; do echo $port; echo -n Q | openssl s_client -connect localhost:$port 2>/dev/null | openssl x509 -noout -dates; done 20001 notBefore=Oct 11

[Bug 67666] TLSCertificateReloadListener does not detect all certificates to reload

2023-10-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67666 Michael Osipov changed: What|Removed |Added CC||micha...@apache.org -- You are recei