-
Bug
-
Resolution: Done
-
Critical
-
14.0.0.Beta2
-
None
-
Undefined
The cause of this issue is the following addition to the java.security file in the JDK installation:
# Determines whether this properties file will be appended to using the system properties file stored at /etc/crypto-policies/back-ends/java.config security.useSystemPropertiesFile=true
The contents of /etc/crypto-policies/back-ends/java.config is:
jdk.tls.ephemeralDHKeySize=2048 jdk.certpath.disabledAlgorithms=MD2, SHA1, MD5, DSA, RSA keySize < 2048 jdk.tls.disabledAlgorithms=DH keySize < 2048, SSLv2, SSLv3, TLSv1, TLSv1.1, DHE_DSS, RSA_EXPORT, DHE_DSS_EXPORT, DHE_RSA_EXPORT, DH_DSS_EXPORT, DH_RSA_EXPORT, DH_anon, ECDH_anon, DH_RSA, DH_DSS, ECDH, 3DES_EDE_CBC, DES_CBC, RC4_40, RC4_128, DES40_CBC, RC2, HmacMD5 jdk.tls.legacyAlgorithms=