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

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-05 19:05:49 CEST

Phillip Susi wrote:

> Did you configure apache to REQUIRE a client cert, or did you set
> the client cert to optional?

Here is the current configuration which I use for testing:

  <Location /subversion>
    DAV svn
    SVNParentPath /var/svn/repositories
    AuthzSVNAccessFile /var/svn/access

    Satisfy Any
    AuthType Basic
    AuthName "Subversion repository tree"
    AuthUserFile /var/svn/users
    Require valid-user

    SSLRequireSSL
    SSLVerifyClient require
    SSLVerifyDepth 2
  </Location>

This setup requires both a client certificate and a user/password
pair. It works as expected with Firefox when accessing URLs like
<https://server.tld/subversion/project123/>, but not with the SVN
client. Does the configuration look reasonable to you?

-- 
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.org
Received on Thu May 5 19:07:50 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.