On Mon, May 17, 1999, [EMAIL PROTECTED] wrote:

> Is it possible to get the SSL session id
> for further handling in my servlet?
> 
> In the ssl_engine_log I can see the
> request with [info] Connection: Client IP: xx.xx.xx.xx...
> Is it possible to send this session information
> to my servlet for further handling?
> 
> I have the mod_jserv installed and would like
> to get some session information to my
> java servlet that I can handle my client authorization.
> 
> Tricky questions for me, but perhaps easy for
> someone else :)

I've never used mod_jserv myself and do not know it's code. But per default
you cannot get the session id (and I see no real reason why you should), but
with two or three EAPI-related lines in mod_jserv and mod_ssl you could
retrieve this information from mod_ssl, I think.

                                       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