-
Bug
-
Resolution: Done
-
Major
-
None
-
None
The self-signed certificates that are used in the tests expire the next month:
keytool -list -keystore common/src/test/resources/server.keystore -v
Enter keystore password:
Keystore type: JKS
Keystore provider: SUN
Your keystore contains 1 entry
Alias name: server
Creation date: Jan 19, 2013
Entry type: PrivateKeyEntry
Certificate chain length: 1
Certificate[1]:
Owner: CN=localhost, OU=OU, O=Org, L=City, ST=State, C=GB
Issuer: CN=localhost, OU=OU, O=Org, L=City, ST=State, C=GB
Serial number: 50faad68
Valid from: Sat Jan 19 15:27:52 CET 2013 until: Tue Jan 17 15:27:52 CET 2023
...
It's the same for the client keystore. They need to be recreated.