Bug 63648

Summary: certificates: testsuite will break tomorrow
Product: Tomcat 8 Reporter: Sylvain Beucler <beuc>
Component: UtilAssignee: Tomcat Developers Mailing List <dev>
Status: RESOLVED FIXED    
Severity: major    
Priority: P2    
Version: 8.5.x-trunk   
Target Milestone: ----   
Hardware: PC   
OS: All   

Description Sylvain Beucler 2019-08-07 19:59:38 UTC
$ cd test/org/apache/tomcat/util/net/
$ openssl x509 -dates -noout < localhost-rsa-cert.pem 
notBefore=Aug  8 10:41:05 2017 GMT
notAfter=Aug  8 10:41:05 2019 GMT

I need working certificates to build&test a Debian Tomcat security update, please renew :)
Comment 1 Mark Thomas 2019-08-07 20:47:29 UTC
Just running the tests before I commit the updated certs to make sure all is well.
Comment 2 Mark Thomas 2019-08-07 21:37:40 UTC
Fixed in:
- master for 9.0.23 onwards
- 8.5.x for 8.5.44 onwards
- 7.0.x for 7.0.97 onwards
Comment 3 Sylvain Beucler 2019-08-08 08:36:02 UTC
Thanks for the prompt fix!