I have an apache module that needs to access some of the client cert info
during a request (specifically SSL_CLIENT_I_DN).  In my module that is a
handler, I can get this from the subprocess_env table.  However, I now have
a need to get this info from the "access" hook, which runs before mod_ssl
puts the cert info in subprocess_env during the "fixup" hook.  Is there any
way for me to get client cert info from my module that runs in the "access"
hook?

thanks,
        Brian
 
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to