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

Re: SSL Certificate Authentication, location of 'servers' file

From: Mark Phippard <MarkP_at_softlanding.com>
Date: 2004-08-13 22:17:34 CEST

Mark Phippard <MarkP@softlanding.com> wrote on 08/13/2004 04:14:12 PM:

> >
> > [global]
> > ssl-authority-files =
> /path/to/mySSLprovider-CA.pem;/path/to/CA-bundle.pem
> >
> > However, in what directory is the 'servers' file located?
> >
> > Does the 'servers' file reside on the server which hosts Subversion or

> does it
> > reside on the client's workstation (if the client is accessing the
> Subversion
> > server remotely) ?
>
> That file is located on the client. Refer to Chapter 7 of the book for
> more details on where to find it on your OS.
>
> http://svnbook.red-bean.com/svnbook/ch07.html#svn-ch-7-sect-1
>

Also, reading the book, it looks like you could turn on this setting if
you have a "public" cert.

ssl-trust-default-ca

    Set this variable to yes if you want Subversion to automatically trust
the set of default CAs that ship with OpenSSL.

So that would look like this in the servers file.

[global]
ssl-trust-default-ca = yes

_____________________________________________________________________________
Scanned for SoftLanding Systems, Inc. by IBM Email Security Management Services powered by MessageLabs.
_____________________________________________________________________________

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Aug 13 22:17:36 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.