Re: Accessing SVN repository via Apache and SSL client certificate? Almost there, but something is missing.
From: Ralph Seichter <subversion-ml_at_sentries.org>
Date: 2005-05-13 16:27:11 CEST
I'm still juggling SSL client certificates, SVN and Apache around.
<VirtualHost _default_:443>
SSLVerifyDepth 1
DAV svn
AuthType Basic
First the good news: With "SSLVerifyClient optional" in the virtual
The trouble is that selectively granting read/write access to the
/CN=Johnny Walker/emailAddress=john@domain.tld:(pw-hash)
As usual with "SSLOptions +FakeBasicAuth", the hashed password is
[groups]
When I try "svn co https://server.tld/svn/foobar/" as either Jim
svn: REPORT request failed on '/svn/foobar/!svn/vcc/default'
The server side error messages are:
A failure occurred while driving the update report editor
When I replace "@admin = rw" with "* = rw", everything works fine,
-- Mit freundlichen Grüßen / Sincerely Dipl. Inform. Ralph Seichter --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Fri May 13 17:18:14 2005 |
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.