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.
---
https://bz.apache.org/bugzilla/show_bug.cgi?id=67666
Mark Thomas changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
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
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
https://bz.apache.org/bugzilla/show_bug.cgi?id=67666
Michael Osipov changed:
What|Removed |Added
CC||micha...@apache.org
--
You are recei