We need to change apache to use client authentication.
For that, we changed httpd.conf (SSLVerifyClient & co), so that it asks for client certificate and it all works ok!
The problem is that i need certificate in back-end application as well (running on resin) either in request or header, so that backend application can also use it.
So far, we only managed to pass it to url using mod_rewrite, but there is encoding problem. It would be best solution if we can set it to request/header as it is!
We are running apache 1.3.26 on linux, and app server is resin.
Any ideas?
Thanks in advance,
zoza
For that, we changed httpd.conf (SSLVerifyClient & co), so that it asks for client certificate and it all works ok!
The problem is that i need certificate in back-end application as well (running on resin) either in request or header, so that backend application can also use it.
So far, we only managed to pass it to url using mod_rewrite, but there is encoding problem. It would be best solution if we can set it to request/header as it is!
We are running apache 1.3.26 on linux, and app server is resin.
Any ideas?
Thanks in advance,
zoza