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

Re: https certificate verification

From: Dave Waite <mass_at_akuma.org>
Date: 2003-03-26 18:56:56 CET

If you can get the ca certificate you used to sign in PEM format, you
can add the line ssl-authorities-file=/path/to/CAFile.pem to the
~/.subversion/servers file (or the appropriate place in the registry).
Otherwise, you can add the line ssl-ignore-unknown-ca to the appropriate
server group. Substitute 'registry' for 'file' if appropriate. Also, the
0.20.1 release being created now does not yet have the ssl certificate
code in it.

-David Waite

Chris Roberts wrote:

> Between 0.20 and 0.20.1 the way ssl certificates are handled has
> changed. I have an https web server, but, the ssl certificate is self
> signed.
> Is it possible to get around this without getting an official ssl
> certificate??
>
>
>
> The error I get with 0.20.1:
>
> svn: RA layer request failed
> svn: The path was not part of a repository
> svn: PROPFIND of /: Certificate verification failed
>
>
> I had no problems with versions <= 0.20.
>
> Thanks,
> Chris Roberts
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Mar 26 18:59:18 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.