-
Type:
Suggestion
-
Resolution: Fixed
-
Component/s: Documentation
-
None
Issue Summary
In FishEye SSL configuration there is a recommendation/warning to create the keystore with Java 10. This should be removed, as Fisheye/Crucible only supports Java 8. During installation, we already point $JAVA_HOME to a supported java version.
The default keystore type for Java 10 is PKCS12 which creates issues for securing Fisheye/Crucible with SSL. Default for Java 8 is jks which works and has been tested.
Suggested resolution
Remove the statement "The keystore must be created with Java 10 or later." from the documentation.
Add statement "We recommend that the keystore type is jks"
Workaround
If the keystore is of type pkcs12 - convert the keystore to jks