From owner-freebsd-questions@freebsd.org Thu Jul 30 12:03:35 2015 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C186E9AD075 for ; Thu, 30 Jul 2015 12:03:35 +0000 (UTC) (envelope-from amitabhkant@gmail.com) Received: from mail-ob0-x231.google.com (mail-ob0-x231.google.com [IPv6:2607:f8b0:4003:c01::231]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 87A99EF for ; Thu, 30 Jul 2015 12:03:35 +0000 (UTC) (envelope-from amitabhkant@gmail.com) Received: by obbop1 with SMTP id op1so29019891obb.2 for ; Thu, 30 Jul 2015 05:03:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=Zmx3zs5Zv6kXrSRvsOrpe2HID6u5mD2xggzW33aqPq8=; b=SmkzsyqmMjZpw0TipI46MNkC1BtlkcAcQo0gBkYiVWwr+Co4hP4/jIWB3iBVt0wO/B +ZzhsppYifEeAgN+l6qWlHpw6SezBJZcbAO5RBRw35ykRbw0qlbUig6R9PB8pS2NXvMR dvOyYN2vxBFqJA2YHrqjtpr3KY1ECG0HtuRiyo/mtMAaPwjciQw02UzF65BsRwQFVTjJ S+pab0GmO/u9CE/yg1AYMfQrrqeTTpDIO6dBq5eDdaNLNa5twUNvZDpoY4yQDU0wC8AX tbg40UC3bXEDOsGYKJ2XGe+lJHxRrLrek2q6w/3gVyXD/lDQMnAxoTtHAROuRicFV6mJ oZNA== X-Received: by 10.182.143.5 with SMTP id sa5mr44887457obb.62.1438257814571; Thu, 30 Jul 2015 05:03:34 -0700 (PDT) MIME-Version: 1.0 Received: by 10.76.37.38 with HTTP; Thu, 30 Jul 2015 05:03:15 -0700 (PDT) In-Reply-To: <55B93698.5080505@voidcaptain.com> References: <4138072.USnsLFsjNL@overcee.wemm.org> <55B93698.5080505@voidcaptain.com> From: Amitabh Kant Date: Thu, 30 Jul 2015 17:33:15 +0530 Message-ID: Subject: Re: Unable to HTTPS to svn.freebsd.org To: Peter Grant Cc: "freebsd-questions@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Jul 2015 12:03:35 -0000 On Thu, Jul 30, 2015 at 1:54 AM, Peter Grant < freebsd-questions-2@voidcaptain.com> wrote: > Peter Wemm wrote on 07/22/2015 01:57 PM: > > * https://svn.freebsd.org now has a real certificate and use of https is >> encouraged. >> > > I can't connect to svn.freebsd.org using HTTPS, although SVN works fine. > I have the seemingly-identical problem on more than one machine, so > whatever I broke, I did it consistently. > > This is the error I get: > > # svn relocate svn:// https:// > svn: E000043: Unable to connect to a repository at URL ' > https://svn.freebsd.org/base/releng/9.3' > svn: E000043: Error running context: Protocol not supported > > I don't think it's a problem with HTTPS on the machine or a firewall > problem because connecting to https://svn.freebsd.org/base/releng/9.3 > works perfectly well in lynx. > > Here's what I did to try to debug/fix it: > > # rm -r /root/.subversion > # cd /usr/src > # pkg install -f subversion Updating FreeBSD repository catalogue... > FreeBSD repository is up-to-date. > All repositories are up-to-date. > The following 1 package(s) will be affected (of 0 checked): > > Installed packages to be REINSTALLED: > subversion-1.8.13_2 > > 2 MiB to be downloaded. > > Proceed with this action? [y/N]: y > Fetching subversion-1.8.13_2.txz: 100% 2 MiB 2.7MB/s 00:01 > Checking integrity... done (0 conflicting) > [1/1] Reinstalling subversion-1.8.13_2... > [1/1] Extracting subversion-1.8.13_2: 100% > # rehash > # make -C /usr/ports/devel/subversion showconfig | grep SERF > SERF=on: WebDAV/Delta-V (HTTP/HTTPS) repo access module > # svn --version > svn, version 1.8.13 (r1667537) > compiled Jul 3 2015, 02:03:01 on i386-portbld-freebsd9.3 > > Copyright (C) 2014 The Apache Software Foundation. > This software consists of contributions made by many people; > see the NOTICE file for more information. > Subversion is open source software, see http://subversion.apache.org/ > > The following repository access (RA) modules are available: > > * ra_svn : Module for accessing a repository using the svn network > protocol. > - handles 'svn' scheme > * ra_local : Module for accessing a repository on local disk. > - handles 'file' scheme > * ra_serf : Module for accessing a repository via WebDAV protocol using > serf. > - using serf 1.3.8 > - handles 'http' scheme > - handles 'https' scheme > > # pkg info | grep -i serf > serf-1.3.8 Serf HTTP client library > # svn info > Path: . > Working Copy Root Path: /usr/src93/src > URL: svn://svn.freebsd.org/base/releng/9.3 > Relative URL: ^/releng/9.3 > Repository Root: svn://svn.freebsd.org/base > Repository UUID: ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f > Revision: 286032 > Node Kind: directory > Schedule: normal > Last Changed Author: delphij > Last Changed Rev: 285980 > Last Changed Date: 2015-07-28 19:59:22 +0000 (Tue, 28 Jul 2015) > > # svn up > Updating '.': > At revision 286035. > # svn relocate svn:// https:// > svn: E000043: Unable to connect to a repository at URL ' > https://svn.freebsd.org/base/releng/9.3' > svn: E000043: Error running context: Protocol not supported > # punt > punt: Command not found. > > > All ideas or suggestions appreciated. > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" > See this thread which was discussed recently for forum access. https://lists.freebsd.org/pipermail/freebsd-questions/2015-July/267084.html Seems like a similar problem, though not sure. Amitabh