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

RE: certificate not accepted by sublicpse

From: Deadman, Hal <Hal.Deadman_at_Tallan.com>
Date: 2005-01-28 17:06:28 CET

The SSL for our server uses a certificate from our own untrusted CA
which may be similar to a self-signed certificate. I added this to my
Subversion "servers" file in c:\documents and
settings\<username>\Application Data\servers.

### 'ssl-authority-files' is a semicolon-delimited list of files,
### each pointing to a PEM-encoded Certificate Authority (CA)
### SSL certificate. See details above for overriding security
### due to SSL.
[global]
ssl-authority-files = c:/ssl/cacert.pem

I don't have many SSL problems with Subclipse any more, not sure if that
is responsible or not.

> -----Original Message-----
> From: Moritz Post [mailto:moritzpost@gmx.de]
> Sent: Friday, January 28, 2005 10:54 AM
> To: users@subclipse.tigris.org
> Subject: certificate not accepted by sublicpse
>
> hello
>
> i have created my self signed certificate for my svn reposatory. when
> connect to the reposatory via a webbrowser the https connection asks
to
> confirm the untrusted (because self signed) cert and than displays my
> reposatory. ok, all fine. when i try to connect to this repo via
> subclipse i get the following error:
>
> === snip ==========
>
> list -r HEAD https://domain.com/svn/repo
> RA layer request failed
> svn: PROPFIND request failed on '/svn/repo'
> svn: PROPFIND of '/svn/repo': Server certificate verification failed:
> issuer is not trusted (https://domain.com)
>
> === snap =========
>
> after doing some research i have discovered that i should use the
shell
> to list my rep via svn list https://domain.com/snv/repo and accept the
> cert permanently. ok i have done that but still... subclipse rejects
any
> trys to connect to the repo.
>
> can anybody help me on that? i have read that accepting the cert via
> shell should be enough.
>
> regards
> Moritz Post
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
> For additional commands, e-mail: users-help@subclipse.tigris.org
>
Received on Sat Jan 29 03:06:28 2005

This is an archived mail posted to the Subclipse Users mailing list.

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