Currently ssl proxing isn't avaiable for apache, if ever will be, because this protocol was designed to eliminate such posibilites (man in the middle attack, etc) You can setup SSL on Apache (version 2.0.X have build in mod_ssl so you can get support for ssl out of the box) then use AJP1.3 connector (mod_jk apache module which could be found on tomcat project page http://jakarta.apache.org/tomcat/connectors-doc/) to forward request to Jetty/Jboss. Detalied info you could find here: http://jetty.mortbay.org/jetty/faq?s=700-Clustering&t=modjk
But remeber AJP1.3 protocol doesn't provide such ssl futures like encryption and authentication so apache server and Jetty should be installed on same machine and use loopback interfejs for communication for maximum security. Regards Janusz View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861282#3861282 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3861282 ------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
