[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Question regarding client certificates

From: Kevin Bentley <kevin.bentley_at_gmail.com>
Date: 2004-10-14 05:18:10 CEST

On Wed, 13 Oct 2004 21:20:56 +0200, Soeren Gerlach
<soeren@all-about-shift.com> wrote:
> <Location /curves>
> DAV svn
> SVNPath /storage/svn/curves
>
> # Use SSL and require our self signed CA certificates
> SSLRequireSSL
> SSLCACertificateFile /etc/apache2/ssl.crt/quanteam_CA.crt
> SSLVerifyClient require

Try adding a global directive (outside of the Location block) like this:

SSLVerifyClient optional

I believe this is needed due to a bug in mod_ssl. As long as you have
a directive inside your Location block to only allow the certificates
you want to allow, your users will still need a certificate to access
your server.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Oct 14 05:18:46 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.