To clarify, what happens is that when the EJB call is made (look up home and remote interface, call the method), using the Login/InitialContext, on the network the communication first takes place on the "normal" rmi port (1098). This is where you can see some cleartext information such as class names and such.
The communication is then moved to the secure port (14445) and at that point it is ssl encrypted of course. So, is there some way to ensure that *all* communication takes place over SSL port, or is this simply how it works?? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950805#3950805 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950805 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
