I intend to use SSL between java clients and JBoss Server. After I read "Using SSL in JBoss" section of JBoss AdminGuide, I add a JRMPInvoker MBean into jboss-services.xml.
In the configuration of this JRMPInvoker, I set RMIServerSocketFactory as RMISSLServerSocketFactory. Then, I tried to configure "client Authentication as mandatory" in jboss-services.xml, but I couldn't. Because JRMPInvoker does not have an attribute like needsClientAuth=true/false. However RMISSLServerSocketFactory class has a method setNeedsClientAuth(boolen b) but JRMPInvoker does not call this method. How can I make JBoss perform "client authentication in SSL operations"? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3892093#3892093 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3892093 ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
