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

SSL problem

From: Bruce Guenter <lists-svn-users_at_bruce-guenter.dyndns.org>
Date: 2004-01-05 17:06:01 CET

Greetings.

I am having problems with subversion and SSL. I am using subversion
0.35.1 on Gentoo, with neon 0.24.4 and openssl 0.9.6k. The specific
error I am seeing is this:

svn: REPORT request failed on '/repos/portage/!svn/vcc/default'
svn: REPORT of '/repos/portage/!svn/vcc/default': Could not read response body: SSL error: decryption failed or bad record mac (https://svn.futurequest.net)

This happens during either update or checkout. It used to work, and now
it doesn't, so obviously something has changed. The repository is
*only* accessable via https. Other computers can access the same
repository, and I myself can access the repository files directly with
both Galeon(Mozilla) and wget. If I set up a SSH tunnel to anywhere
(including localhost), and do a checkout through that tunnel, it works
fine. That is:
        svn co https://svn.futurequest.net/repos/portage/
doesn't work, but:
        ssh -L 443:svn.futurequest.net:443 -N root@localhost &
        svn co https://localhost/repos/portage/
DOES work.

Has anybody else seen this, or have another idea to try?

Thanks.

-- 
Bruce Guenter <bruceg_at_em.ca> http://em.ca/~bruceg/ http://untroubled.org/
OpenPGP key: 699980E8 / D0B7 C8DD 365D A395 29DA  2E2A E96F B2DC 6999 80E8

  • application/pgp-signature attachment: stored
Received on Mon Jan 5 17:05:53 2004

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

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