[users@httpd] Problem in configuring multiple SSL ports

2011-03-04 Thread yasser arafat
My application has a home page(port 80) and a landing page (after login on port 443). Clicking on login in the home page initiates a CLIENT_CERT authentication. I have configured Apache 2.2 with mod_jk1.2.31 and mod_ssl for the above requirement and everything works fine. Now I need to do away wit

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 yasser arafat
cannot change the authentication to read from HTTP headers. I was just hoping that there may be some apache module that can pass along the client cert as is. Thanks, Yasser On Thu, Mar 3, 2011 at 12:45 PM, Tom Evans wrote: > On Thu, Mar 3, 2011 at 5:12 PM, yasser arafat wrote: > >

[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