From nobody Fri Jul 05 17:04:47 2024 X-Original-To: freebsd-stable@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 4WG0Ht6rYlz5PxDY for ; Fri, 05 Jul 2024 17:04:58 +0000 (UTC) (envelope-from jamie@catflap.org) Received: from donotpassgo.dyslexicfish.net (donotpassgo.dyslexicfish.net [IPv6:2001:19f0:7400:8808:123::1]) by mx1.freebsd.org (Postfix) with ESMTP id 4WG0Hs699rz4SYR; Fri, 5 Jul 2024 17:04:57 +0000 (UTC) (envelope-from jamie@catflap.org) Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=pass (policy=none) header.from=catflap.org; spf=pass (mx1.freebsd.org: domain of jamie@catflap.org designates 2001:19f0:7400:8808:123::1 as permitted sender) smtp.mailfrom=jamie@catflap.org X-Catflap-Envelope-From: X-Catflap-Envelope-To: bapt@FreeBSD.org Received: from donotpassgo.dyslexicfish.net (donotpassgo.dyslexicfish.net [209.250.224.51]) by donotpassgo.dyslexicfish.net (8.14.5/8.14.5) with ESMTP id 465H4ldT069137; Fri, 5 Jul 2024 18:04:47 +0100 (BST) (envelope-from jamie@donotpassgo.dyslexicfish.net) Received: (from jamie@localhost) by donotpassgo.dyslexicfish.net (8.14.5/8.14.5/Submit) id 465H4lPN069136; Fri, 5 Jul 2024 18:04:47 +0100 (BST) (envelope-from jamie) From: Jamie Landeg-Jones Message-Id: <202407051704.465H4lPN069136@donotpassgo.dyslexicfish.net> Date: Fri, 05 Jul 2024 18:04:47 +0100 Organization: Dyslexic Fish To: philip@FreeBSD.org, marklmi@yahoo.com Cc: karl@denninger.net, freebsd-stable@FreeBSD.org, bapt@FreeBSD.org Subject: Re: pkg_https:// failures related to, for example, "SSL certificate problem: certificate is not yet valid" References: <5667D5C0-44F7-4B40-8F63-50D5973D220D.ref@yahoo.com> <5667D5C0-44F7-4B40-8F63-50D5973D220D@yahoo.com> <0377045B-3DF8-4B25-9075-6F67F9E7194B@freebsd.org> <769FF550-3F6F-4825-ACF5-6E9043D7F1C7@yahoo.com> <2AFD1E26-C71D-41D0-BA46-E64DFCE5C8EC@freebsd.org> In-Reply-To: <2AFD1E26-C71D-41D0-BA46-E64DFCE5C8EC@freebsd.org> User-Agent: Heirloom mailx 12.4 7/29/08 List-Id: Production branch of FreeBSD source code List-Archive: https://lists.freebsd.org/archives/freebsd-stable List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: freebsd-stable@freebsd.org Sender: owner-freebsd-stable@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender passed SPF test, not delayed by milter-greylist-4.2.7 (donotpassgo.dyslexicfish.net [209.250.224.51]); Fri, 05 Jul 2024 18:04:47 +0100 (BST) X-Spamd-Bar: --- X-Spamd-Result: default: False [-3.61 / 15.00]; NEURAL_HAM_LONG(-1.00)[-0.996]; NEURAL_HAM_SHORT(-0.98)[-0.977]; NEURAL_HAM_MEDIUM(-0.94)[-0.939]; DMARC_POLICY_ALLOW(-0.50)[catflap.org,none]; R_SPF_ALLOW(-0.20)[+mx:dyslexicfish.net]; MIME_GOOD(-0.10)[text/plain]; RCVD_NO_TLS_LAST(0.10)[]; ARC_NA(0.00)[]; FREEFALL_USER(0.00)[jamie]; ASN(0.00)[asn:20473, ipnet:2001:19f0:7400::/38, country:US]; MIME_TRACE(0.00)[0:+]; HAS_ORG_HEADER(0.00)[]; FREEMAIL_TO(0.00)[FreeBSD.org,yahoo.com]; MLMMJ_DEST(0.00)[freebsd-stable@FreeBSD.org]; FROM_EQ_ENVFROM(0.00)[]; FROM_HAS_DN(0.00)[]; R_DKIM_NA(0.00)[]; RCVD_COUNT_TWO(0.00)[2]; TO_MATCH_ENVRCPT_SOME(0.00)[]; TO_DN_NONE(0.00)[]; RCPT_COUNT_FIVE(0.00)[5] X-Rspamd-Queue-Id: 4WG0Hs699rz4SYR Philip Paeps wrote: > > It does seem that /etc/pkg/FreeBSD.conf should avoid > > the https notation so that it presents an appropriate > > default. > > I agree. Adding bapt@ to Cc:. I think this needs to be reverted. It > should probably also be an errata candidate so folks running releases > can update packages even when their clocks get out of sync. I can confirm. A fresh standard install I did a few months ago (14.0-release probably) failed to install packages due to https errors. I knew packages were signed, so didn't investigate the cause of the failure, just changed pkg+https to pkg+http and all worked ok. pkg+https was definitely the installed default. Cheers, Jamie