Re: Client Certificates working with mod_jk but not with mod_webapp

2002-02-04 Thread jean-frederic clere
Markus Maeder wrote: > > Hi > > The problem is, that > X509Certificate jsseCerts[] = (X509Certificate []) > request.getAttribute("javax.servlet.request.X509Certificate"); > is null with mod_webapp (but as expected with mod_jk). > > May you please send me the configuration stuff

Re: Client Certificates working with mod_jk but not with mod_webapp

2002-02-02 Thread Markus Maeder
Hi The problem is, that X509Certificate jsseCerts[] = (X509Certificate []) request.getAttribute("javax.servlet.request.X509Certificate"); is null with mod_webapp (but as expected with mod_jk). May you please send me the configuration stuff you used in httpd.conf? Which versions

Re: Client Certificates working with mod_jk but not with mod_webapp

2002-02-01 Thread jean-frederic clere
Markus Maeder wrote: > > Hi > > Some days ago I posted following message in tomcat-user and had one reply > stating he is having the same problem. > > I'd like to fix this problem. Is there somebody already working on this? If not, > which source should I get to track down the problem? What is

Client Certificates working with mod_jk but not with mod_webapp

2002-01-31 Thread Markus Maeder
Hi Some days ago I posted following message in tomcat-user and had one reply stating he is having the same problem. I'd like to fix this problem. Is there somebody already working on this? If not, which source should I get to track down the problem? Markus My message in tomcat-user: --- Marku