Bug 63648 - certificates: testsuite will break tomorrow
Summary: certificates: testsuite will break tomorrow
Status: RESOLVED FIXED
Alias: None
Product: Tomcat 8
Classification: Unclassified
Component: Util (show other bugs)
Version: 8.5.x-trunk
Hardware: PC All
: P2 major (vote)
Target Milestone: ----
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-08-07 19:59 UTC by Sylvain Beucler
Modified: 2019-08-08 08:36 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!