From nobody Mon Sep 20 14:59:23 2021 X-Original-To: freebsd-arm@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 3807817DEA61 for ; Mon, 20 Sep 2021 14:59:33 +0000 (UTC) (envelope-from rodrigo@osorio.me) Received: from smtp.osorio.me (mvd.osorio.me [5.196.94.126]) by mx1.freebsd.org (Postfix) with ESMTP id 4HCnlS1kxdz3Jvb for ; Mon, 20 Sep 2021 14:59:32 +0000 (UTC) (envelope-from rodrigo@osorio.me) Received: from [192.168.1.17] (lfbn-idf1-1-979-201.w86-238.abo.wanadoo.fr [86.238.58.201]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.osorio.me (Postfix) with ESMTPSA id DDA0A1409FF for ; Mon, 20 Sep 2021 14:59:23 +0000 (UTC) Subject: Re: FreeBSD 13 source code using git clone fails To: freebsd-arm@freebsd.org References: From: Rodrigo Osorio Message-ID: <68419293-7f7d-b24d-0312-c3befd787dd7@osorio.me> Date: Mon, 20 Sep 2021 16:59:23 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0 List-Id: Porting FreeBSD to ARM processors List-Archive: https://lists.freebsd.org/archives/freebsd-arm List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-arm@freebsd.org MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US X-Rspamd-Queue-Id: 4HCnlS1kxdz3Jvb X-Spamd-Bar: + Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of rodrigo@osorio.me has no SPF policy when checking 5.196.94.126) smtp.mailfrom=rodrigo@osorio.me X-Spamd-Result: default: False [1.01 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; ARC_NA(0.00)[]; FREEFALL_USER(0.00)[rodrigo]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-arm@freebsd.org]; TO_DN_NONE(0.00)[]; AUTH_NA(1.00)[]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_SPAM_MEDIUM(0.01)[0.007]; DMARC_NA(0.00)[osorio.me]; NEURAL_SPAM_SHORT(1.00)[1.000]; R_SPF_NA(0.00)[no SPF record]; RCVD_NO_TLS_LAST(0.10)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:16276, ipnet:5.196.0.0/16, country:FR]; RCVD_COUNT_TWO(0.00)[2]; MID_RHS_MATCH_FROM(0.00)[] X-ThisMailContainsUnwantedMimeParts: N On 9/20/21 2:47 PM, Stefan Parvu wrote: > Hi, > > Im trying to get the source code, for FreeBSD 13 release. I did: > > # cd /usr > # git clone -b releng/13.0 https://git.freebsd.org/src.git src > Cloning into 'src'... > fatal: unable to access 'https://git.freebsd.org/src.git/': SSL certificate problem: certificate is not yet valid > > or > > # git clone -o freebsd https://git.FreeBSD.org/src.git src > Cloning into 'src'... > fatal: unable to access 'https://git.FreeBSD.org/src.git/': SSL certificate problem: certificate is not yet valid > > !? I have ca_root_nss installed version 3.63 … Anything I need to know, or am I doing something wrong? > > Thanks, > Stefan Hi Stefan, git clone -o freebsd https://git.FreeBSD.org/src.git src works for me. with gitmir.geo.FreeBSD.org => 139.178.72.204 Cheers -- rodrigo