Uploaded image for project: 'WildFly Core'
  1. WildFly Core
  2. WFCORE-5194

Elytron Subsystem TlsTestCase fails on Fedora 33 using OpenJDK 8

    XMLWordPrintable

Details

    • Undefined

    Description

      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= 

       

      Attachments

        Activity

          People

            darran.lofthouse@redhat.com Darran Lofthouse
            darran.lofthouse@redhat.com Darran Lofthouse
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: