[Mono-list] ssl client authentication (mod_mono + xsp)

Gonzalo Paniagua Javier reply.to.the.list.iam.suscribed@notexists.ximian.com
Mon, 18 Apr 2005 19:05:43 -0400


On Mon, 2005-04-18 at 16:06 -0300, nelson wrote:
> Hi Gonzalo,
> 
> I expected the HttpClientCertificate object populated with data over
> the certificate used in a HTTPS conecction.
> >From the Request object that create a HttpClientCertificate object I
> can't access WorkerRequest to suck the variables, and using
> ServerVariablesCollection don't bring the correct variables for an
> Apache server.... :( ... and if get all the variables I can get a
> certificate from they.... :( :(

This probably has something to do with the problem with server variables
you mentioned in other email. Right now, those variables are read from
apache request_rec->subprocess_env.

May be the ones for SSL are kerpt somewhere else. I'm searching the
sources to figure out where.

-Gonzalo