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

Cannot Check out SSL Hosted File

From: <Steve.Craft_at_sungard.com>
Date: 2006-10-04 19:51:36 CEST

Subversion 1.3.2 on Win32, Apache fronted, clients can only use
in-house-created certitificates to access the repository over SSL.

A Svn 1.3.2 user has a large XML file committed to a repository (with a
"crazy" CDATA section, I don't know if that matters). When another user
does an initial checkout, it looks like this:

devssusr:~/temp devuser1$ svn co https://svnhost/svn/Repos1/trunk/Views

A Views/xxxxx.xml

A Views/xxxxx.xml

A Views/xxxxx.xml

svn: REPORT request failed on '/svn/Repos1/!svn/vcc/default'

svn: REPORT of '/svn/Repos1/!svn/vcc/default': Could not read response
body: SSL error: illegal padding (https://svnhost)

The 4th XML file is there in the repository, but it can't be checked out.

The Apache HTTPS Transfer Log shows this:

...... - devuser1 [04/Oct/2006:13:12:46 -0400] "PROPFIND
/svn/Repos1/trunk/Views HTTP/1.1" 207 718

...... - devuser1 [04/Oct/2006:13:12:46 -0400] "REPORT
/svn/Repos1/!svn/vcc/default HTTP/1.1" 200 229314

The Apache HTTPS Error Log shows this;

[Wed Oct 04 13:12:46 2006] [error] [client ...... ] Provider encountered an
error while streaming a REPORT response. [500, #0]

[Wed Oct 04 13:12:46 2006] [error] [client ...... ] A failure occurred
while driving the update report editor [500, #620019]

[Wed Oct 04 13:12:46 2006] [error] [client ...... ] Error writing base64
data: APR does not understand this error code [500, #620019]

Other clients in other repositories are unaffected.

Help?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Oct 4 19:52:29 2006

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.