You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Don McGregor <mc...@nps.edu> on 2006/07/07 20:39:06 UTC

"secure connection truncated" error

Brand new install of subversion server running on apache over https
and svnDAV. I checked in a large
project OK, but when I attempt to check out with this command:

/usr/local/bin/svn checkout https://foo.bar.edu/svn/repos/someRepo

I get this:

svn: PROPFIND of '/svn/repos/someRepo': Could not read status line:
Secure connection truncated (https://foo.bar.edu)

I'm not entirely sure the server and repo are configured correctly;
this is my first attempt at
getting this to work, and I'm getting thrown by the obscure error
message. Any idea as to
what might be the cause?

Apache 2.2.2, subversion 1.3.2, running over https and svnDav.
checking out from the server machine
using the file:// url works. Attempting to checkout from the server
machine or a remote client using
the https:// url gives the error above.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: "secure connection truncated" error - follow up

Posted by Brian Krusic <br...@krusic.com>.
Keep in mind that you will need to recommit that bogus file once you've 
deleted it.

Bri-
----- Original Message ----- 
From: "Don McGregor" <mc...@nps.edu>
To: <us...@subversion.tigris.org>
Sent: Friday, July 07, 2006 1:39 PM
Subject: "secure connection truncated" error


> Brand new install of subversion server running on apache over https
> and svnDAV. I checked in a large
> project OK, but when I attempt to check out with this command:
>
> /usr/local/bin/svn checkout https://foo.bar.edu/svn/repos/someRepo
>
> I get this:
>
> svn: PROPFIND of '/svn/repos/someRepo': Could not read status line:
> Secure connection truncated (https://foo.bar.edu)
>
> I'm not entirely sure the server and repo are configured correctly;
> this is my first attempt at
> getting this to work, and I'm getting thrown by the obscure error
> message. Any idea as to
> what might be the cause?
>
> Apache 2.2.2, subversion 1.3.2, running over https and svnDav.
> checking out from the server machine
> using the file:// url works. Attempting to checkout from the server
> machine or a remote client using
> the https:// url gives the error above.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: "secure connection truncated" error

Posted by Brian Krusic <br...@krusic.com>.
I've gotten errors like this before.

I found that a corrupt file was to blame.

To verify (and perhaps some one has a better process) I would use the web 
dav portion of svn to look at the files via any browser (perhaps viewvc 
would work as well although unsure how python handles the bad files).  Once 
I hit a bogus file (indicated by some kind of html/xml/file not found 
error), I would then repo the browser, list the files, and delete the bogus 
file in question.

I've several internet based repos that I'm managing where clients are in 
geographically diverse locations and encounter this error a few times a 
week.  Of course I have mixed 1.2/1.3 SVN rels and notice the 1.2 rel is 
more prone to it vs the 1.3

Hope this helps.

Bri-
----- Original Message ----- 
From: "Don McGregor" <mc...@nps.edu>
To: <us...@subversion.tigris.org>
Sent: Friday, July 07, 2006 1:39 PM
Subject: "secure connection truncated" error


> Brand new install of subversion server running on apache over https
> and svnDAV. I checked in a large
> project OK, but when I attempt to check out with this command:
>
> /usr/local/bin/svn checkout https://foo.bar.edu/svn/repos/someRepo
>
> I get this:
>
> svn: PROPFIND of '/svn/repos/someRepo': Could not read status line:
> Secure connection truncated (https://foo.bar.edu)
>
> I'm not entirely sure the server and repo are configured correctly;
> this is my first attempt at
> getting this to work, and I'm getting thrown by the obscure error
> message. Any idea as to
> what might be the cause?
>
> Apache 2.2.2, subversion 1.3.2, running over https and svnDav.
> checking out from the server machine
> using the file:// url works. Attempting to checkout from the server
> machine or a remote client using
> the https:// url gives the error above.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org