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

Re: RES: RES: Using SSL

From: Johan Corveleyn <jcorvel_at_gmail.com>
Date: Fri, 7 Oct 2011 23:40:39 +0200

> On Friday 07 October 2011 09:17 PM, Diego de Oliveira Fucitalo wrote:
>
> Hi, after accept never ask .. but I would like configure for never ask

This is possible, but only if you have some control over the "client
configuration" of your users (the so-called "Runtime Configuration
Area"). In the "servers" file, you can set the property
"ssl-authority-files" to a file containing trusted CA certificates
[1]. There is also "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."

On *nix, you can configure this system-wide, in
/etc/subversion/servers. On Windows, this can also be done system-wide
(but only through the registry [2], I believe).

[1] http://svnbook.red-bean.com/en/1.6/svn.advanced.confarea.html#svn.advanced.confarea.opts.servers
[2] http://svnbook.red-bean.com/en/1.6/svn.advanced.confarea.html#svn.advanced.confarea.windows-registry

--
Johan
Received on 2011-10-07 23:41:32 CEST

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.