From owner-freebsd-bugs@FreeBSD.ORG Wed Jul 10 16:50:00 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id CC936546 for ; Wed, 10 Jul 2013 16:50:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id AE79A1D25 for ; Wed, 10 Jul 2013 16:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r6AGo0Rh063673 for ; Wed, 10 Jul 2013 16:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r6AGo0Gc063672; Wed, 10 Jul 2013 16:50:00 GMT (envelope-from gnats) Resent-Date: Wed, 10 Jul 2013 16:50:00 GMT Resent-Message-Id: <201307101650.r6AGo0Gc063672@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Thomas Schweikle Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 53BC0521 for ; Wed, 10 Jul 2013 16:47:54 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id 45A781D0F for ; Wed, 10 Jul 2013 16:47:54 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r6AGlrtq088230 for ; Wed, 10 Jul 2013 16:47:53 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r6AGlrSO088229; Wed, 10 Jul 2013 16:47:53 GMT (envelope-from nobody) Message-Id: <201307101647.r6AGlrSO088229@oldred.freebsd.org> Date: Wed, 10 Jul 2013 16:47:53 GMT From: Thomas Schweikle To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: misc/180443: SVN can't connect to https://svn0.us-east.freebsd.org/ X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Jul 2013 16:50:00 -0000 >Number: 180443 >Category: misc >Synopsis: SVN can't connect to https://svn0.us-east.freebsd.org/ >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jul 10 16:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Thomas Schweikle >Release: 8.4-STABLE >Organization: Herr >Environment: FreeBSD test-tps-fbsd8-muc.bfs.de 8.4-STABLE FreeBSD 8.4-STABLE #8 r252161: Mon Jun 24 17:35:25 CEST 2013 root@test-tps-fbsd8-muc.bfs.de:/usr/obj/usr/src/sys/TEST-TPS-FBSD8-MUC amd64 >Description: Since it is neccessary to connect via a proxy to the internet I've set in ${HOME}/.subversion/servers: http-proxy-host = 10.167.19.1 http-proxy-port = 3128 I've set the environment-variables too: https_proxy=http://10.167.19.1:3128 http_proxy=http://10.167.19.1:3128 ftp_proxy=http://10.167.19.1:3128 proxy_enable=yes Docs state this is enough to connect to an svn-server. Thus I tried to check out some code from google-code. Worked as expected. Now I tried again to update my local sources for FreeBSD 8.0. First switching over to the new server: cd /usr/src svn switch --relocate http://svn.freebsd.org/base/stable/8 https://svn0.us-east.freebsd.org/base/stable/8 Nothing happened. After minutes of waiting: svn: E120108: Unable to connect to a repository at URL 'https://svn0.us-east.freebsd.org/base/stable/8' svn: E120108: Error running context: The server unexpectedly closed the connection. Without a proxy in between it worked. Since the very same setup works with SVN 1.7.x but not with 1.8.x it may be svn 1.8.x ignoring proxy settings? As far as I could digg, I could not dump any packet showing communication between the system and the proxy. Does SVN 1.8.x have a different way setting up proxys than 1.7.x, because of the library change neon -> snaf? >How-To-Repeat: Install svn upgrade to version 1.8.x, then connect via proxy to the internet. System wont connect to the svn-server, while a svn 1.7.x will do. >Fix: >Release-Note: >Audit-Trail: >Unformatted: