----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------

My apologies for replying to my own question, but further investigation of
the JServ C sources leads me to suspect that I was looking in the wrong
place previously;  the jserv_ajpv12.c file contains code for sending
environment data which seems more consistent with the read code in
JServConnection; it also doesn't obviously send the SSL_CLIENT_CERT
variable.

So, my question is still how to get the cert in the servlet...


Thanks,

        Laurie

----- Original Message -----
From: Laurie Harper <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, December 01, 1999 4:14 PM
Subject: Accessing SSL_CLIENT_CERT env var from a servlet


> ----------------------------------------------------------------
> BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
> WHEN YOU POST, include all relevant version numbers, log files,
> and configuration files.  Don't make us guess your problem!!!
> ----------------------------------------------------------------
>
> Hi, we're using JServ (version 1.1b3) with Apache 1.3.6
> and mod_ssl/Raven for SSL3, on Linux (RedHat 6.0).
>
> The problem we're facing is that the SSL_CLIENT_CERT
> environment variable is not being exposed through JServ.
> It's available via CGI, so I know the data is available
> in Apache, but looking at the code for mod_jserv and
> the JServConnection.java code it doesn't appear to
> get passed on.
>
> I don't know the details of the Apache module API
> but I'm guessing the subprocess_env array in the
> request_rec structure has a defined content (as
> opposed to all env. vars that might be available),
> since it seems to be fed in its entirety to the
> java side...
>
> My question, therefore, is whether JServ has some
> mechanism for exposing other environment variables,
> and if not where I should look at modifying it to
> pass through what I need?
>
> This is pretty urgent, so if anyone can help me
> out or point me in the right direction it'd be
> very much appreciated :-)
>
>
> Cheers,
>
>         Laurie
>
>
>
> --
> --------------------------------------------------------------
> Please read the FAQ! <http://java.apache.org/faq/>
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> Archives and Other:  <http://java.apache.org/main/mail.html>
> Problems?:           [EMAIL PROTECTED]
>
>



--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to