On Fri, May 14, 1999, Andrea e Luca Giacobazzi wrote:

> >Add a few ssl_log() directives to mod_ssl so you can trace down when the
> >variable is available, which values it has and why the test fails.
>
> Maybe the problem is that I assign the value to the environment var in
> SSL_hook_fixup in ssl_engine_kernel.c ? Maybe I should set it in another
> routine ?

Yes, this might be another reasons: SSLRequire is processed in the Auth hooks
which come _BEFORE_ the Fixup hook.  Then you've to move your env-var
generation stuff to a hook before the Auth hook.

                                       Ralf S. Engelschall
                                       [EMAIL PROTECTED]
                                       www.engelschall.com
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to