Return-Path: X-Original-To: apmail-subversion-users-archive@minotaur.apache.org Delivered-To: apmail-subversion-users-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 676B5D531 for ; Thu, 11 Oct 2012 22:44:40 +0000 (UTC) Received: (qmail 74945 invoked by uid 500); 11 Oct 2012 22:44:39 -0000 Delivered-To: apmail-subversion-users-archive@subversion.apache.org Received: (qmail 74935 invoked by uid 500); 11 Oct 2012 22:44:39 -0000 Mailing-List: contact users-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@subversion.apache.org Delivered-To: moderator for users@subversion.apache.org Received: (qmail 18066 invoked by uid 99); 11 Oct 2012 22:23:28 -0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of conan.heiselt@gmail.com designates 209.85.210.171 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:content-type:content-transfer-encoding:subject:message-id:date :to:mime-version:x-mailer; bh=LrhzsSPZc8pPOdO9+h4+jFJEwUwAlvSATuuluJBdaJI=; b=KHlwkckQNkOV6GaL4qRDuCWXGLuHKlsQ+qZwi/8gjqlWWWxUFqMbNr0XryWJgtOEGl o953Bop8NAO/TQXn9z9OmRiARbQNwwCUn1G/alLQQNkfWqYiB0xDmLPavm3AvamNY5WC zEebizLozJGIvtfRfy6ZnEJdN1Sv57HFbc0dcIWYJ4j/4EslbV8paqVAWlHqjgqJptyT YgGlUS+WS8X5rEH268AvpXDanHbp/PFCNfKuvC0+poCDkn+CCf+8kNeds+1X7Jmw4tFe JJFotCaVKWHi3GZvCOgtH2l13EhDevIkvzR/fbxyl84AYH2vZQFMIwSB+LkZ9xgWO0ck VEjw== From: "Heiselt, Conan" Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: Can't connect to SVN servers via HTTP-- could not read status line: connection was closed by server Message-Id: <2D0EA871-6187-478E-8D19-D1880708B132@gmail.com> Date: Thu, 11 Oct 2012 18:22:57 -0400 To: users@subversion.apache.org Mime-Version: 1.0 (Mac OS X Mail 6.2 \(1499\)) X-Mailer: Apple Mail (2.1499) I've been asking and googling this problem for the last many days with = no avail. Whenever I try to do a checkout of a repository I get this error: $ svn co http://jquery-ui.googlecode.com/svn/trunk svn: OPTIONS of 'http://jquery-ui.googlecode.com/svn/trunk': Could not = read status line: connection was closed by server = (http://jquery-ui.googlecode.com) It doesn't matter what the repository is. Same error as long as I use = HTTP. Along with the many, many other things I've tried, I did some packet = sniffing and noticed that there is absolutely no network traffic = happening when I use HTTP. On the other hand, HTTPS works (on servers = configured for it)--unfortunately, the server at work I really need to = check in/out from only accepts HTTP. Any ideas? This has got to be something just on my machine (OS X 10.8), = but I can't for the life of me figure out what it is. Many thanks, Conan.