Re: [users@httpd] Apache module suitable for SSL passthrough

2011-03-04 Thread yasser arafat
--Original Message- > From: Tom Evans [mailto:tevans...@googlemail.com] > Sent: Thursday, March 03, 2011 12:45 PM > To: users@httpd.apache.org > Subject: Re: [users@httpd] Apache module suitable for SSL passthrough > > On Thu, Mar 3, 2011 at 5:12 PM, yasser arafat wrote: &

RE: [users@httpd] Apache module suitable for SSL passthrough

2011-03-03 Thread Voellinger, Sandy
_HOSTNAME_OR_IP worker.node1.type=ajp13 worker.node1.ping_mode=A worker.node1.socket_timeout=20 Cheers- Sandy -Original Message- From: Tom Evans [mailto:tevans...@googlemail.com] Sent: Thursday, March 03, 2011 12:45 PM To: users@httpd.apache.org Subject: Re: [users@httpd] Apache module s

Re: [users@httpd] Apache module suitable for SSL passthrough

2011-03-03 Thread yasser arafat
Thanks for the reply Tom. I have an application in JBoss setup with a CLIENT_CERT mode of authentication. When a user tries to access a secure URL, the JAAS login modules kicks off, captures the client certificate and extracts the CN data from it for authorization. With the current setup, I cannot

Re: [users@httpd] Apache module suitable for SSL passthrough

2011-03-03 Thread Tom Evans
On Thu, Mar 3, 2011 at 5:12 PM, yasser arafat wrote: > Hello all, > > My JBoss app server has mutual SSL authentication setup (We do some > processing based on the client certificate). > > I need to have a web server in front of JBoss. Which is the best apache > module that can do an SSL passthrou

[users@httpd] Apache module suitable for SSL passthrough

2011-03-03 Thread yasser arafat
Hello all, My JBoss app server has mutual SSL authentication setup (We do some processing based on the client certificate). I need to have a web server in front of JBoss. Which is the best apache module that can do an SSL passthrough to JBoss? Thank and regards, Yasser