* Paul <[EMAIL PROTECTED]> wrote:
> Though I feel rather foolish, the fact remains that I can't seem to
> find my SSL environment variables.
> 
> httpd.conf has
> 
> <Directory />
>    SSLVerifyClient   require
>    SSLOptions        +StdEnvVars 
> # ...
> </Directory>
> 
> Exactly when and where are they set? 

In the fixup handler.

> For example, SSL_CLIENT_S_DN. Once set, shouldn't I be able to just
> say $ENV{SSL_CLIENT_S_DN}?
> 
> My PerlPostReadRequestHandler can't seem to see them,

Yes, because it is run before the fixup handler. You must use a sub
request to get the values.


  - Nikolaus

-- 
Bitte wenden.

Reply via email to