3 Replies Latest reply on Jan 21, 2015 1:43 PM by mitsenthil

    sslv3 disable issues in jboss web 5.1.0.GA

    aparvatham

      I am trying  to disable sslv3 in Jboss 5.1.0.GA. The documentation suggested to configure sslProtocol="TLSv1,TLSv1.1,TLSv1.2". However sslv3 is not disabled. Below is my server.xml. Please advise

       

      <Connector port="8443" protocol="HTTP/1.1" SSLEnabled="true"

                       maxHttpHeaderSize="8192" address="${jboss.bind.address}"

                       maxThreads="50" enableLookups="false"

                       disableUploadTimeout="true"

                       acceptCount="100" scheme="https" secure="true"

                       clientAuth="false"

                       SSLCertificateKeyFile="/misc/local/jboss/certs/wild_card_janelia.org.key"

                       SSLCertificateFile="/misc/local/jboss/certs/janelia.org.crt"

                       SSLCertificateChainFile="/misc/local/jboss/certs/gd_bundle.crt"

                       sslProtocol="TLSv1,TLSv1.1,TLSv1.2"/>