Re: [users@httpd] SSL library error 1 in handshake

2011-01-18 Thread Alan Brown
Not sure if this is the cause of your problem but the phrase 'works until I add: SSLVerifyClient require' reminds me of a similar problem I encountered recently with SSL client certificates. In Apache documentation on SSL (or in Apache Cookbook) it doesn't mention that a client certificate must

Re: [us...@httpd] [SOLVED] SSL Client Authentication Problem

2011-01-06 Thread Alan Brown
- Original Message - From: "Igor Galić" To: Sent: Tuesday, January 04, 2011 1:30 PM Subject: Re: [us...@httpd] SSL Client Authentication Problem ----- "Alan Brown" wrote: Hi all, I am working in a test environment with Apache v2.2.14 on XP Pro SP3 an

[us...@httpd] SSL Client Authentication Problem

2010-12-29 Thread Alan Brown
Hi all, I am working in a test environment with Apache v2.2.14 on XP Pro SP3 and I have experienced difficulties setting up SSL Client Authentication. I have used the openssl command line tool to set up my private key, server certificate, and a certificate authority, and I have configured t

Re: [us...@httpd] SSL Client Authentication Problem

2010-12-29 Thread Alan Brown
- Original Message - From: "Joost de Heer" To: Sent: Wednesday, December 29, 2010 7:33 AM Subject: Re: [us...@httpd] SSL Client Authentication Problem The browser is supposed to request which client certificate the user wants to use, then I can select the one I created and signed w

[us...@httpd] SSL Client Authentication Problem

2010-12-28 Thread Alan Brown
[ REPOST: I apologise for all the blank lines in the above post ] Hi all, I am working in a test environment with Apache v2.2.14 on XP Pro SP3 and I have experienced difficulties setting up SSL Client Authentication. I have used the openssl command line tool to set up my private key, server certi

Re: [us...@httpd] How To Set Cookies on Localhost Using RewriteRule Directive

2010-03-27 Thread Alan Brown
eg. RewriteRule "/dir1/test data file\.html" - "[CO=testcookie:testvalue: :1440, L]" It might be helpful if in the Apache documentation it mentioned this need for double quotes where spaces are used in parameter strings such as this. - Original Message - From: "Al

[us...@httpd] How To Set Cookies on Localhost Using RewriteRule Directive

2010-03-26 Thread Alan Brown
Hi, I new to this mailing list and would like to ask for advice re the above problem. I am currently teaching myself web design and development, and currently working through various configurations of the Apache web server. (I am also working at the moment through the book on mod_rewrite by Rich