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

Re: Suppressing SSL prompts?

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-05-01 17:29:49 CEST

John Goerzen <jgoerzen@complete.org> writes:

> Since upgrading to 0.21, I get this a lot:
>
> $ svn update
> Error validating server certificate: Unknown certificate issuer, Hostname mismatch, Certificate expired or not yet valid. Accept? (y/N): y
> Error validating server certificate: Unknown certificate issuer, Hostname mismatch, Certificate expired or not yet valid. Accept? (y/N): y
>
> I know my certificate was issued by my own Snake Oil CA, and I just
> want Subversion to shut up and deal with it. Is there some config
> file option I can tweak? (I searched the ChangeLog but didn't see
> anything.)

Yes. Install the CA in your 'valid server CA' file, and point to it
in your runtime config:

   ssl-authorities-file = /path/to/CAcerts.pem

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu May 1 17:31:28 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.