You cannot use SSL sockets directly, but you could add the ENCRYPT protocol [1] to your JGroups config. This is better than SSL sockets, which are slow as endpoints, and in line with SUN's recommendation to use SSLEngine rather than SSL sockets.
[1] http://www.jboss.org/community/wiki/JGroupsENCRYPT View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4236281#4236281 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4236281 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
