RE: [EMAIL PROTECTED] SSL certificates for user authentication

2007-01-17 Thread Boyle Owen
> -Original Message- > From: Robert Rissé [mailto:[EMAIL PROTECTED] > Sent: Wednesday, January 17, 2007 3:03 PM > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] SSL certificates for user authentication > > Hi Owen, > > I would put someth

Re: [EMAIL PROTECTED] SSL certificates for user authentication

2007-01-17 Thread Robert Rissé
Hi Owen, I would put something like: SSLEngine on SSLVerifyClient require SSLVerifyDepth 1 SSLCACertificateFile conf/ssl.crt/ca.crt in the .htacess but I think SSLCACertificateFile is a directive that does not work in .htaccess. Is this correct ? Cheers and thanks Robert On Jan 17, 2007, at

RE: [EMAIL PROTECTED] SSL certificates for user authentication

2007-01-17 Thread Boyle Owen
> -Original Message- > From: programmier werkstatt [mailto:[EMAIL PROTECTED] > Sent: Wednesday, January 17, 2007 11:36 AM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] SSL certificates for user authentication > > Hi > Is it possible to use certific

[EMAIL PROTECTED] SSL certificates for user authentication

2007-01-17 Thread programmier werkstatt
Hi Is it possible to use certificates with mod_userdir. I would like to use certificates to authenticate users, but I dot not have access to the httpd.conf. I though it may be possible to use the certificates inside .htaccess, but I not sure. Could some please help me. Cheers Robert ---