Hello,
I have a requirement where , on a mod_ssl enabled apache,
I want to install my module. This module works as follows :
It first does some basic checking for login cookies etc, sets some headers,
and then does auth checking and custom auth_access checking.
It can run in two modes : UID and SSL. If run in UID mode, it will make calls
to our app servers to check userid/password, obtain session and do access
control. Upto this it is fine, but when running is SSL mode, my module wants
to get a certificate from the user depending on some config parameters, then
parse the certificate details and contact our app servers to submit the
certificate info and obtain session id and access rights.
My problem is, If mod_ssl is invoked first, my module will not get the
chance to ask the user for a certificate and do subsequent things. Can my
module step in first, do whatever it needs and then pass on the control to
mod_ssl?? I am not clear on how to go about the whole thing.. Any help is
most needed and appreciated.
Thanks in advance..
Parag
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]