From nobody Wed Feb 07 21:59:38 2024 X-Original-To: freebsd-questions@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 4TVYtk6kDwz5B8st for ; Wed, 7 Feb 2024 21:59:42 +0000 (UTC) (envelope-from john@johnrshannon.com) Received: from maila.johnrshannon.com (maila.johnrshannon.com [104.153.32.124]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4TVYtk0CGgz4JTf for ; Wed, 7 Feb 2024 21:59:42 +0000 (UTC) (envelope-from john@johnrshannon.com) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=johnrshannon.com header.s=dkim header.b="aZVMQ/Ps"; dmarc=pass (policy=reject) header.from=johnrshannon.com; spf=pass (mx1.freebsd.org: domain of john@johnrshannon.com designates 104.153.32.124 as permitted sender) smtp.mailfrom=john@johnrshannon.com Received: from [10.168.1.38] (thin1.office.johnrshannon.com [10.168.1.38]) by maila.johnrshannon.com (Postfix) with ESMTP id BB50B146D for ; Wed, 7 Feb 2024 14:59:38 -0700 (MST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=johnrshannon.com; s=dkim; t=1707343178; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=EhFmSD1V6aofCV5iQ7BanklyB4DaJyqHoYlbv/D2pK0=; b=aZVMQ/Psuo2wXNmN+lbOZcd3I/1Sn6dUhUfeJB4cpGtA5giBRfuLdYJmW7+2E/zB7S7art YOPZ1pb/Tx1+kWOwwLAfnQrn/D+zbMHD8+vSy/C0wMfC816571X+ns9U9XpIQaxN+/E86J OpIFGpTSYLgam3dda0ECT8u7Nnz/wwOBKWlZGo403gXxxnie1Et0hHL47jTALLXbIG7SE3 nArI3Vo9wvUAdeVmKGr3byUc3o7anAtMDQ0uLfJVN+CyckflhwZiyzMjK2JkjU7cdVs+qF +t3sbz0hGF4rlVjbhJMckE7ewoEt6ozP1JUS8aM/wu9zBS7BBNcKO/nEHVKS1A== Message-ID: <0e9a494a-581c-413e-9e27-cca430752b6e@johnrshannon.com> Date: Wed, 7 Feb 2024 14:59:38 -0700 List-Id: User questions List-Archive: https://lists.freebsd.org/archives/freebsd-questions List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: CA Authorities problem with Firefox and Thunderbird Content-Language: en-US From: John Shannon To: freebsd-questions@freebsd.org References: <9dfe7129-b0f8-4c45-8650-58a81ecd357d@johnrshannon.com> In-Reply-To: <9dfe7129-b0f8-4c45-8650-58a81ecd357d@johnrshannon.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spamd-Bar: --- X-Spamd-Result: default: False [-3.99 / 15.00]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-0.999]; NEURAL_HAM_MEDIUM(-1.00)[-0.997]; DMARC_POLICY_ALLOW(-0.50)[johnrshannon.com,reject]; R_DKIM_ALLOW(-0.20)[johnrshannon.com:s=dkim]; R_SPF_ALLOW(-0.20)[+mx]; MIME_GOOD(-0.10)[text/plain]; XM_UA_NO_VERSION(0.01)[]; RCPT_COUNT_ONE(0.00)[1]; RCVD_COUNT_ONE(0.00)[1]; ASN(0.00)[asn:32444, ipnet:104.153.32.0/24, country:US]; MIME_TRACE(0.00)[0:+]; MID_RHS_MATCH_FROM(0.00)[]; MLMMJ_DEST(0.00)[freebsd-questions@freebsd.org]; ARC_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; FROM_HAS_DN(0.00)[]; RCVD_TLS_LAST(0.00)[]; TO_DN_NONE(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[freebsd-questions@freebsd.org]; TO_MATCH_ENVRCPT_ALL(0.00)[]; DKIM_TRACE(0.00)[johnrshannon.com:+] X-Rspamd-Queue-Id: 4TVYtk0CGgz4JTf Problem is now fixed by rolling back to an 8 day old snapshot and upgrading packages afterwards. I have no idea what happened. On 2/6/24 04:03, john wrote: > After my last pkg upgrade Firefox and Thunderbird both show no > Authorities under Certificate Manager in settings. Missing are all the > certificates listed by certctl along with DoD CAs added through > Firefox import and site CA added through Thunderbird import. > > Command line use of: > > % openssl s_client -connect google.com:443 -CAfile > /usr/local/etc/ssl/cert.pem > > works as does other software using TLS. > > Pkg versions: > > firefox-122.0_3,2 > thunderbird-115.7.0_1 > nss-3.97 > sqlite3-3.45.0_1,1 > ca_root_nss-3.93_2 > > $ freebsd-version > 14.0-RELEASE-p4 > > -- John R. Shannon john@johnrshannon.com