2 Replies Latest reply on May 4, 2012 7:29 PM by pstackle

    Find the default cipher suits used by JBoss AS 7.1.1 final while using SSL/TLS with Https

    jayvijayraj

      Hi

       

      Could you please help me to find out which cipher suits are being used when TLSv1 protocol is being used with Https.

       

      <subsystem xmlns="urn:jboss:domain:web:1.1" default-virtual-server="default-host" native="false">

                  <connector name="http" protocol="HTTP/1.1" scheme="http" socket-binding="http"/>

                  <connector name="https" protocol="HTTP/1.1" scheme="https" socket-binding="https" secure="true">

                      <ssl password="******" certificate-key-file="/Jboss 7/certs/jboss.jks" protocol="TLSv1" verify-client="false" certificate-file="/Jboss 7/certs/jboss.jks"/>

                  </connector>

                  <virtual-server name="default-host" enable-welcome-root="true">

                      <alias name="localhost"/>

                      <alias name="example.com"/>

                  </virtual-server>

              </subsystem>

       

      Also if we want to specify few cipher suits to be used for this Https connector, how can i specify it?

       

      The above configuration gives as error on firefox that "no common encryption alogorithm found SSL error, (Error code: ssl_error_no_cypher_overlap)"

       

      By updating the firefox to latest version, it works, so need to figure out which cipher suits are used by default with JBoss AS 7.1.1 final release.

       

      Regards,

      Jay