[jboss-cvs] JBossAS SVN: r71321 - 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
Wed Mar 26 17:00:43 EDT 2008


Author: rrajesh
Date: 2008-03-26 17:00:42 -0400 (Wed, 26 Mar 2008)
New Revision: 71321

Modified:
   branches/JBPAPP_4_2_0_GA_CP/testsuite/src/resources/jrmp/service-inf/jboss-service.xml
Log:
JBPAPP-626 Remove testing the SSLv2Hello protocol as it is not supported by certain jdk's

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-03-26 20:47:17 UTC (rev 71320)
+++ branches/JBPAPP_4_2_0_GA_CP/testsuite/src/resources/jrmp/service-inf/jboss-service.xml	2008-03-26 21:00:42 UTC (rev 71321)
@@ -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">SSLv2Hello,SSLv3,TLSv1</property>
+         <property name="Protocols">SSLv3,TLSv1</property>
       </attribute>
    </mbean>
 </server>




More information about the jboss-cvs-commits mailing list