You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by St...@sungard.com on 2006/10/04 17:51:36 UTC

Cannot Check out SSL Hosted File



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