I am also trying to do the same thing with ColdFusionMX7. The closest I've
come is...
> <VirtualHost *:443>
> ServerAdmin [EMAIL PROTECTED]
[quoted text clipped - 8 lines]
> JkMount /ovt/* ajp13_worker
> </VirtualHost>
<cfset x509 = GetPageContext().getRequest().getAttribute("javax.servlet.
request.X509Certificate")>
problem is, I don't have TomCat installed which seems to install this library.
>IVootmon,
>
> I am trying to do the same on ColdFusionMX7 and ColdFusion8. The ColdFusion CGI variables for CERT_ are all empty. Did you find a solution to pass CERT_ info to ColdFusion? Thanks.