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
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
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
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