Re: [users@httpd] selectively disclaim on SSL client-auth for some directories

2012-01-04 Thread Tom Evans
On Thu, Dec 29, 2011 at 2:23 PM, Christoph Anton Mitterer wrote: > Hi. > > I wondered whether the following is somehow possible (I guess it's not). > > I have a SSL vhost,... and I'd like to require SSL client cert > authentication _per default_ ... but selectively being able to not > demand it fo

Re: [users@httpd] selectively disclaim on SSL client-auth for some directories [partially SOLVED]

2011-12-30 Thread Christoph Anton Mitterer
Hey. I guess I've found a solution on my own, well at least a partial one. Here it is for those interested: Don't set the "vhost-wide" SSLVerifyClient require directly in the block, but either in a SSLVerifyClient require or (if this is enough, as all the content lies in the filesystem

[users@httpd] selectively disclaim on SSL client-auth for some directories

2011-12-29 Thread Christoph Anton Mitterer
Hi. I wondered whether the following is somehow possible (I guess it's not). I have a SSL vhost,... and I'd like to require SSL client cert authentication _per default_ ... but selectively being able to not demand it for some directories/files/locations. Having something like: SSLVerifyClient