On Fri, May 14, 1999, Andrea e Luca Giacobazzi wrote:
> >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.
>
> It seems to me that is hook_Access that check boolean expression in
> SSLRequire (correct?), but I put the assignement to the env var *before*
> that and still access is denied in every case.
> I use ap_table_set(...) to set env var , is correct ?
> SSLRequire doesn't work neither with SSL_CLIENT_S_DN_Email, that is already
> and env var, not addicted by me.
Wait. First: Yes, you should set the env-var via
ap_table_get(r->subprocess_env,...). Second: you've to use %{ENV:<name>} or
add your variable to ssl_engine_vars.c.
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]