Sebastian Szuber wrote:
> 
> Did anyone successfuly run Apache with mod_ssl and mod_java (JServ)
> together? Does this configuration allow servlet access to SSL session
> and client certificate parameters?

Yes, we're running Apache with mod_ssl and Jserv.

You can get certificate info, but not the "standard" way. You can access
it through

  req.getAttribute("org.apache.jserv." + "HTTPS");

where "HTTPS" corresponds to an environment variable in Apache. See
mod_ssl for info on which variables you can get.

--
Mats Josefsson ([EMAIL PROTECTED])
RSV DataService

  Mail to the address above will not be forwarded. If you want
  to reach me when I'm not at RSV, use "[EMAIL PROTECTED]" instead.
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to