I have an isapi_redirect component v.1.2.42 installed as an ISAPI filter on IIS and I want to forward requests from IIS to Tomcat via AJP. The problem I'm facing now is that if I use client certificates, the requests that are being forwarded over AJP doesn't seem to contain client certs, even though the incoming request to IIS has client certificate. Is there a way to tell isapi_redirect to forward client certificates?
I found that for Apache mod_jk the solution is to use SSLOptions +ExportCertData option which will forward client cert, but this option doesn't work for isapi_redirect for IIS. Is there anything I can do to make it pass client certificates?