SSLVerifyClient require per directory context

2010-01-19 Thread aaron
I'm trying to go through the most basic tutorials on mod_ssl and I'm having a problem trying to get my server to issue a certificate request for a particular URL. I'm listing my Apache and OpenSSL version information. # httpd -v Server version: Apache/2.2.14 (Unix) Server built: Dec 3 2009 10:

Re: SSLVerifyClient require per directory context

2010-01-19 Thread Jean-Christophe Baptiste
Hello, I faced the same issue. Actually, client authentication has been disabled on recent versions. It has nothing to do with your configuration. See (on my blog): http://www.phocean.net/2009/11/28/openssl-cve-2009-3555-security-fix-and-mod_ssl-client-authentication-breakage.html and then : http

Re: SSLVerifyClient require per directory context

2010-01-20 Thread aaron
Thanks so much for your tip. Now I have a much better understanding of the problem. Aaron > Hello, > > I faced the same issue. > Actually, client authentication has been disabled on recent versions. It > has nothing to do with your configuration. > > See (on my blog): > http://www.phocean.net/20