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

Re: how to add a new CA certificates permanently?

From: Martin v. Löwis <martin_at_v.loewis.de>
Date: 2003-06-21 20:58:12 CEST

"Gilbert Fine" <gfan@corp.netease.com> writes:

> I am using subversion with Apache. I also use HTTPS to protect the
> data connection. But I am using a self-signed server certificate, so every
> time subversion connects to the Apache server, it complains the certificate
> is invalid, I have to answer "y" to continue.
>
> I think I should install the certificate as trusted CA. I have
> already done this in IE. But I don't know how to do it for subversion.

You can either disable the questions, with

ssl-ignore-unknown-ca=true

or you can install the certificate, with ssl-authorities-file,
both in ~/.subversion.

HTH,
Martin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Jun 21 20:59:17 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.