OK, problem solved. I added
SSLOptions +ExportCertData
and now it's working again.
Regards,
Diego
Diego Manilla Suárez escribió:
Hi. I'm using client certificates in certain parts of my webapp. When
I was using mod_proxy_ajp I could retrieve the client certificates
from a request attribute:
Hi. I'm using client certificates in certain parts of my webapp. When I
was using mod_proxy_ajp I could retrieve the client certificates from a
request attribute:
request.getAttribute("javax.servlet.request.X509Certificate");
But now I've switched to mod_jk and I always get null. This is my
c