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

Re: Subversionl, SSL, and web services

From: John Peacock <john.peacock_at_havurah-software.org>
Date: Tue, 25 Mar 2008 06:30:14 -0400

Ryan Feiock wrote:
> So I guess my question is, without turning off SSL altogether, is there
> some way I can accept this certificate or somehow authenticate this user
> against SVN?

Yes. Put your public CA key in a PEM file and add a line to the ASP.net's
HOME/.subversion/config telling Subversion to trust that CA:

        [global]
        ssl-authority-files=/path/to/ca.pem

HTH

John

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-03-25 11:51:13 CET

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.