SSL_CLIENT_CERT in the access check phase

2002-03-25 Thread Himanshu Soni
set but my module fails to read this environment variable. I read somewhere in this email-list that SSL_CLIENT_CERT is not set until the fix-up state. Is that correct? and if so, is there a way to get the client cert by other means? Thanx a bunch for any help. Himanshu Soni ValiCert Inc. http

RE: SSL_CLIENT_CERT in the access check phase

2002-03-26 Thread Himanshu Soni
resolve this symbol in your builds? Thanx Himanshu Soni -Original Message- From: Mads Toftum [mailto:[EMAIL PROTECTED]] Sent: Monday, March 25, 2002 11:38 PM To: [EMAIL PROTECTED] Subject: Re: SSL_CLIENT_CERT in the access check phase On Mon, Mar 25, 2002 at 06:47:26PM -0800, Himanshu

ap_hook_pool and ssl_var_lookup on solaris

2002-03-27 Thread Himanshu Soni
not initialized for that instance. Does it have something to do with child processes on solaris not being able to get handle to the hook pool? Any ideas? Help is greatly appreciated. Thanx Himanshu Soni ValiCert Inc. http://www.valicert.com Software Engineer phone: 650-567-5491

RE: ap_hook_pool and ssl_var_lookup on solaris

2002-03-28 Thread Himanshu Soni
Ok This one was my bad. I was explicitly linking my module with apache libs and it was only seeing a local copy of the ap_hook_pool. Thanx -Original Message- From: Himanshu Soni [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 27, 2002 3:07 PM To: [EMAIL PROTECTED] Subject

RE: SSL_CLIENT_CERT in the access check phase

2002-03-28 Thread Himanshu Soni
->pool, r->server, r->connection, r, "SSL_CLIENT_CERT"); } } Thanx Himanshu Soni -Original Me

Re: Apache2: mod_rewrite and mod_ssl interaction changed?

2003-07-28 Thread Himanshu Soni
Try this to access the SSl server variables: %{LA-U:ENV:SSL_CLIENT_S_DN} > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On Behalf Of James Collier > > Sent: Monday, July 28, 2003 4:18 AM > > To: [EMAIL PROTECTED] > > Subject: Re: Apache2: mod_rewrite and