Andrew Pimlott wrote: > I would like to know whether I can access the client SSL certificate > from mod_perl code, specifically within a PerlAuthzHandler. I can't > find any API for this. mod_ssl exports the information I need to > environment variables (with the StdEnvVars option), however this doesn't > happen until the fixup handler--too late. Is there any other way to get > my hands on this information?
see if some of the stuff here helps you http://search.cpan.org/dist/Apache-SSLLookup/ --Geoff