-
Task
-
Resolution: Done
-
Major
-
None
-
None
With openjdk-1.8.0.292, AutomaticSelfSignedCertificateNotGeneratedTestCase has started failing. The underlying problem is that the following exception occurs while attempting to set up the key store that's needed for the test:
java.security.KeyStoreException: Key protection algorithm not found: java.security.UnrecoverableKeyException: Encrypt Private Key failed: unrecognized algorithm name: PBEWithSHA1AndDESede
We can fix this by making sure a stronger encryption algorithm gets used.
Another way to fix the test would be to make use of a JKS key store instead of a PKCS12 keystore.
- is cloned by
-
JBEAP-21816 Fix test failures in AutomaticSelfSignedCertificateNotGeneratedTestCase that happen with openjdk-1.8.0.292
-
- Closed
-
- is related to
-
WFCORE-5383 Fix test failure in LdapTestCase that happens with openjdk-1.8.0.292
-
- Closed
-