On Wed, Jul 05, 2006 at 08:07:01PM -0400, Geoffrey Young wrote:
> see if some of the stuff here helps you
>
> http://search.cpan.org/dist/Apache-SSLLookup/
Great, thanks! BTW, I just learned of this awful hack from another
piece of code:
my $subpr = $r->lookup_uri( $r->uri );
my $dn = $su
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