From owner-freebsd-questions@freebsd.org Thu Jun 23 08:33:13 2016 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 E1A5AAC686A for ; Thu, 23 Jun 2016 08:33:13 +0000 (UTC) (envelope-from woodsb02@gmail.com) Received: from mail-wm0-x230.google.com (mail-wm0-x230.google.com [IPv6:2a00:1450:400c:c09::230]) (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 6D9B52559; Thu, 23 Jun 2016 08:33:13 +0000 (UTC) (envelope-from woodsb02@gmail.com) Received: by mail-wm0-x230.google.com with SMTP id f126so116820939wma.1; Thu, 23 Jun 2016 01:33:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc; bh=X6xpEIO07MlCTzudVFvL63Gchbh3WVXBn+i7cyNfH2o=; b=YKxJdFM38qMwuvKr2xxhj3pdDpoPABQL5kILOr9mKEzOdWSBG+PQ+RHzb+/Ns2rudH kXlAdpy2svUvHLX9OqiJWDrJQeCodM9uru+eR05yJYl3yI7g6LDBz24rFqAN9FsEjLXY rIQ4poqo3HuC9GWAwdVz6j4llnikoaIYZjgucquJbKwvTVxjL6LJT+fw/FUw0/3vZOB3 ybycjEXyzzpLKklJ1B+hnPSXBg3v7N1iI1wIJ+bToy18OMXpnzXLdpgiebCxI5B15BT2 Fj/sLab32z2w0tkiDGJmxBQzV79Ys4KzWvQXmD2WojQUA37PrnkjIpO686dE/JhXu6Ld zZWg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc; bh=X6xpEIO07MlCTzudVFvL63Gchbh3WVXBn+i7cyNfH2o=; b=IvI9HDoj4bpECEhHvbpiZ7UgvsvzMyjFnU3ehgyAcf1+z50b/n6x4pSiTiqsIU9GUA nrSRymszoICNsmJvOpiqtQ4Ba4DEmqNMN9Y4H0cAPYTl+Q43vnMFOOmINobtNHbpWLCM WU2jtiFm6HVcJh/yBkL8TfopMqWpswalG/zrgCbcHXPGBEzmoh8cHsG76tCquj/P4nec k5IRSUdpQhpDNffiZv4seYQr3D1IgXyUlEfEA+lKD/gGuLASBfVpu1Q8JaKpQalOOHcc iJ0mHRIhlbu+x5Bs4sgKpQpI9Mng18A4VzZmDdKhpn1Vzg2mB1TGw8k3moU9Ikmc9CEj 7r8Q== X-Gm-Message-State: ALyK8tIGzm+PtQL/WfBHWW29nw7M0y5IMga9BEzN6AHfHUHuYmrd+pqzZ5mC9qc4f9ZqNOnOebE1Gm5hkVoUDg== MIME-Version: 1.0 X-Received: by 10.194.80.106 with SMTP id q10mr29046759wjx.155.1466670791656; Thu, 23 Jun 2016 01:33:11 -0700 (PDT) Received: by 10.194.116.193 with HTTP; Thu, 23 Jun 2016 01:33:11 -0700 (PDT) In-Reply-To: <2016062309454785043411@chinadtrace.org> References: <2016062309454785043411@chinadtrace.org> Date: Thu, 23 Jun 2016 10:33:11 +0200 Message-ID: Subject: Re: Use svn to checkout port tree failed From: Ben Woods To: Nan Xiao , Glen Barber Cc: freebsd-questions Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Jun 2016 08:33:14 -0000 On Thursday, 23 June 2016, Nan Xiao wrote: > Hi all, > > I follow handbook to try to use svn to checkout the port tree: > > # svn checkout https://svn.FreeBSD.org/ports/head /usr/ports > Error validating server certificate for 'https://svn.freebsd.org:443': > - The certificate is not issued by a trusted authority. Use the > fingerprint to validate the certificate manually! > - The certificate hostname does not match. > Certificate information: > - Hostname: FG3K6C3A15800021 > - Valid: from Mar 21 09:15:26 2015 GMT until Mar 21 09:15:26 2025 GMT > - Issuer: FG3K6C3A15800021, Fortinet Ltd. > - Fingerprint: 1D:F4:21:20:2F:06:41:45:3F:7A:18:FB:79:F3:BB:30:36:32:22:= A3 > (R)eject, accept (t)emporarily or accept (p)ermanently? p > svn: E170013: Unable to connect to a repository at URL ' > https://svn.freebsd.org/ports/head' > svn: E000054: Error running context: Connection reset by peer > > I accept the "Certificate information", but there is still errors. > > Could anyone help on this issue? Thanks very much in advance! > > > Best Regards > Nan Xiao (=E8=82=96=E6=A5=A0) > Skype: xiaonan19830818 > Jabber/XMPP: nanxiao@xmpp.ru.net > Telegram: nanxiao > Personal website (Chinese): http://nanxiao.me/ > Personal website (English): http://nanxiao.me/en > Chinese DTrace website: http://chinadtrace.org/ > This is likely a result of the SSL certificate for svn.freebsd.org being changed 6 days ago. https://lists.freebsd.org/pipermail/freebsd-ops-announce/2016-June/000037.h= tml Not sure if the mirrors need time to catch up? Copying in Glen who sent the alert. Regards, Ben --=20 -- From: Benjamin Woods woodsb02@gmail.com