hi Scott,
   Thanks for your instant reply. However I tried what you suggested but I 
still get the same exception. My configuration now looks like:--

   <mbean code="org.jboss.invocation.jrmp.server.JRMPInvoker" 
  |       
name="jboss:service=invoker,type=jrmp,socketType=SSLSocketFactory,wantsClientAuth=true">
 
  |       <attribute name="RMIObjectPort">0</attribute> 
  |       <attribute 
name="RMIClientSocketFactory">org.jboss.security.ssl.RMISSLClientSocketFactory 
  |       </attribute> 
  |       <attribute name="RMIServerSocketFactoryBean" 
  |          attributeClass="org.jboss.security.ssl.RMISSLServerSocketFactory" 
  |          serialDataType="javaBean"> 
  |         <property name="bindAddress">${jboss.bind.address}</property> 
  |         <property name="securityDomain">java:/jaas/rmi+ssl</property> 
  |         <property name="wantsClientAuth">true</property> 
  |         <property name="needsClientAuth">true</property> 
  |          <property 
name="CiperSuites">TLS_RSA_WITH_AES_128_CBC_SHA</property> 
  |          <property name="Protocols">SSLv2Hello,SSLv3,TLSv1</property> 
  |       </attribute> 
  |       <depends>jboss:service=TransactionManager</depends>
  |       
<depends>jboss.security:service=JaasSecurityDomain,domain=rmi+ssl</depends>
  |    </mbean>

any ideas?



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926042#3926042

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3926042


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to