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 certificates with mod_userdir. I would like

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,

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 something like: SSLEngine on SSLVerifyClient