[jboss-cvs] JBossAS SVN: r71569 - branches/JBPAPP_4_2_0_GA_CP/testsuite/src/resources/jrmp/service-inf.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Apr 1 15:36:46 EDT 2008


Author: rrajesh
Date: 2008-04-01 15:36:46 -0400 (Tue, 01 Apr 2008)
New Revision: 71569

Modified:
   branches/JBPAPP_4_2_0_GA_CP/testsuite/src/resources/jrmp/service-inf/jboss-service.xml
Log:
JBPAPP-626 Reinstate testing the SSLv2Hello protocol. Document that it's not supported by IBM

Modified: branches/JBPAPP_4_2_0_GA_CP/testsuite/src/resources/jrmp/service-inf/jboss-service.xml
===================================================================
--- branches/JBPAPP_4_2_0_GA_CP/testsuite/src/resources/jrmp/service-inf/jboss-service.xml	2008-04-01 19:20:06 UTC (rev 71568)
+++ branches/JBPAPP_4_2_0_GA_CP/testsuite/src/resources/jrmp/service-inf/jboss-service.xml	2008-04-01 19:36:46 UTC (rev 71569)
@@ -38,7 +38,7 @@
         <property name="wantsClientAuth">true</property>
         <property name="needsClientAuth">true</property>
          <property name="CiperSuites">TLS_DHE_DSS_WITH_AES_128_CBC_SHA</property>
-         <property name="Protocols">SSLv3,TLSv1</property>
+         <property name="Protocols">SSLv2Hello,SSLv3,TLSv1</property>
       </attribute>
    </mbean>
 </server>




More information about the jboss-cvs-commits mailing list