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

Re: [Fwd: Re: Can not get client side certificates to work]

From: Joe Orton <joe_at_manyfish.co.uk>
Date: 2004-02-11 22:23:27 CET

On Wed, Feb 11, 2004 at 12:42:14PM -0600, Ben Collins-Sussman wrote:
...
> <Location /svn>
> DAV svn
> SVNParentPath /tmp/repos
> SSLVerifyClient require

This won't work since mod_ssl can't do per-location SSL renegotiation
for requests with bodies (such as PROPFIND). If you can move the
"SSLVerifyClient require" outside a Location block, do that. Otherwise
adding "SSLVerifyClient optional" in the SSL vhost should work, though
it has side-effects.

joe

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Feb 11 22:23:43 2004

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

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