Uploaded image for project: 'JBoss Web Server'
  1. JBoss Web Server
  2. JWS-352

Update keystores for unit tests

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Minor Minor
    • JWS 3.0.3 ER1
    • JWS 3.0.3 DR3
    • tomcat7, tomcat8
    • None

      The keystores shipped with tomcat 7.0.59 and 8.0.18 are out of date as of Feb 2015:

      $ for store in $(ls test/org/apache/tomcat/util/net/*.jks); do echo "$store:"; keytool -list -keystore $store -storepass changeit -v | grep Valid; done
      test/org/apache/tomcat/util/net/ca.jks:
      Valid from: Mon Feb 28 17:58:20 EST 2011 until: Thu Feb 25 17:58:20 EST 2021
      test/org/apache/tomcat/util/net/localhost-copy1.jks:
      Valid from: Thu Feb 28 00:28:42 EST 2013 until: Sat Feb 28 00:28:42 EST 2015
      test/org/apache/tomcat/util/net/localhost.jks:
      Valid from: Thu Feb 28 00:28:42 EST 2013 until: Sat Feb 28 00:28:42 EST 2015
      test/org/apache/tomcat/util/net/user1.jks:
      Valid from: Thu Feb 28 00:30:15 EST 2013 until: Sat Feb 28 00:30:15 EST 2015
      

      I'm going to update them keystores from the current release so that unit tests function properly (and pass).

            rhn-support-csutherl Coty Sutherland
            rhn-support-csutherl Coty Sutherland
            Bogdan Sikora Bogdan Sikora (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: