0 Replies Latest reply on Mar 23, 2015 11:24 PM by agpazos

    wildfly - how to set AES128-SHA256 as a cipher suite in the listener

    agpazos

      Hello,


      In wildfly in a dual SSL Context. What is the correct way to set in the https-listener tag the SSL Cipher to AES128-SHA256?

       


      We tried following :

       

      • enabled-cipher-suites="AES128-SHA256"
      • enabled-cipher-suites="AES128_SHA256"
      • enabled-cipher-suites="TLS-AES128-SHA256"
      • enabled-cipher-suites="TLS_AES128_SHA256"

       

      None of the options worked (basically application starts but SSL handshake fails), we didn't find any errors in the log file

       

      Thanks,