On Fri, Mar 05, 1999, Alfredo Raul Pena wrote:

> I'm sorry about the insistence, but what do anyone thinks about this?
> Regards, Alfredo
> 
> > > Since mod_ssl 2.1 you can get _all_ ingredients of a certificate via
> > > environment variables SSL_XXXX. What ingredients are you missing?
> >
> > I think the problem is that I'm not using mod_perl for CGI scripts (where you
> > have the info via the environment) but from a AuthHandler... From there I
> > tried accessing subprocess_env without success, none of the SSL_XXXX
> > veriables are there.

mod_ssl _does_ set the vars in the subprocess_env table, but it does it in the
Fixup handler which comes _after_ the auth handler. As a workaround you can
try to do your jobs inside another Fixup handler.  Hmmm.. I'm not sure whether
I should move the stuff in mod_ssl from Fixup to Auth.

                                       Ralf S. Engelschall
                                       [EMAIL PROTECTED]
                                       www.engelschall.com
______________________________________________________________________
Apache Interface to SSLeay (mod_ssl)   www.engelschall.com/sw/mod_ssl/
Official Support Mailing List               [EMAIL PROTECTED]
Automated List Manager                       [EMAIL PROTECTED]

Reply via email to