Client Authentication and Access Control

2005-06-03 Thread Øyvin Sømme
Hi. I have read the instructions at: http://www.modssl.org/docs/2.8/ssl_howto.html#ToC9 and successfully set up a web server which runs HTTPS and requires client certificates for authentication. However, I am not 100% pleased with neither of the *two* methods. What I dislike is the *user-id*

Re: Client Authentication and Access Control

2005-06-03 Thread Joe Orton
On Fri, Jun 03, 2005 at 08:56:56AM +0200, yvin Smme wrote: Method 2 (SSLRequire): The user-id field is just '-'. Can I somehow configure apache/mod_ssl to only store certain elements of the DN (e.g. the CN in the DN) as the user-id in the access-log? mod_ssl in httpd 2.0 supports the

Re: problem compiling on windows

2005-06-03 Thread Michael . Straessle
I suggest you follow the procedure in the openssl source package (install.w32) instead of using the perl commands in the apache httpd documentation. This worked fine for me. HTH michael -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von b h

RE: problem compiling on windows

2005-06-03 Thread Lange, Bill Charles
Hi, You might be running into the same thing I did a while back with the /win_compiling.html instructions. You might try the following variation: 1) The instructions for running the perl scripts to build openssl are a little unclear, so please note the following: a) First you untar the openssl

RE: problem compiling on windows

2005-06-03 Thread b h
Hi Bill that was the answer. Thanks! bob --- Lange, Bill Charles [EMAIL PROTECTED] wrote: Hi, You might be running into the same thing I did a while back with the /win_compiling.html instructions. You might try the following variation: 1) The instructions for running the perl