Jason,
On Fri, 25 Aug 2006, Jones Scott - sjones wrote:
Has anyone used stunnel to secure AJP traffic from apache to jboss
Short answer: Yes.
- Apache + mod_jk configured to talk to stunnel client on localhost rather than to JBoss AJP13 port - stunnel client talks to remote stunnel server - stunnel server talks to JBoss AJP13 port on _its_ localhost.
Works a treat :-)
We've even done it with a third machine in the middle, running an stunnel server and client back-to-back. Just don't ask why!
HTH, Richard