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

Can't make svn accept the collab.net certificate

From: Lübbe Onken <L.Onken_at_rac.de>
Date: 2003-07-16 14:23:08 CEST

Hi folks,

I'm in trouble making svn 0.25 (same problem on windows and linux) accept
the collab.net certificate. I can't get rid of the "Error validating server
certificate..." message. The only way to achieve this is to uncomment
#ssl-ignore-unknown-ca = true, but that's not really what I want.

I even put the cert file into c:\ on windows, because I wanted to make sure
that there are no annoying characters in the path.
Do I have to do anything to the cert.pem that I got from svn.collab.net?
Convert it to some other format?? CR -> CRLF??? Delete every second line????

That's my Windows servers file:
--- SNIP ---
[groups]
collabnet = *.collab.net

[collabnet]
#ssl-ignore-unknown-ca = true
ssl-ignore-host-mismatch = true
#ssl-ignore-invalid-date = true

[global]
ssl-authorities-file = C:\cert.pem
--- SNIP ---

cheers & thanks
- Lübbe

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Jul 17 06:10:40 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.