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 = $subpr->subprocess_env('SSL_CLIENT_S_DN'); Not that I would ever recommend that with Apache::SSLLookup available! Andrew