[jboss-user] [Remoting] - Re: https invoke with Remoting
ron.sigal@jboss.com
do-not-reply at jboss.com
Wed Oct 29 19:34:20 EDT 2008
Try setting the property "org.jboss.remoting.clientAuthMode" to "true" on both the client and the server, which you can do by adding it to the InvokerLocator. Setting it to "true" will tell the client to authenticate itself and tell the server to expect the client to authenticate itself. You should also set "UseSSLServerSocketFactory" to false to tell Remoting to respond to the SSL properties.
See section "5.7.6. SSLSocketBuilder" of the Remoting Guide http://www.jboss.org/jbossremoting/docs/guide/2.2/html/index.html for more information.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4185564#4185564
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4185564
More information about the jboss-user
mailing list