From nobody Tue Feb 06 19:38:48 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 4TTtpm4VtQz59qbM for ; Tue, 6 Feb 2024 19:38:56 +0000 (UTC) (envelope-from john@johnrshannon.com) Received: from mailb.johnrshannon.com (mailb.johnrshannon.com [104.153.32.125]) (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 4TTtpl5cbFz4Jph for ; Tue, 6 Feb 2024 19:38:55 +0000 (UTC) (envelope-from john@johnrshannon.com) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=johnrshannon.com header.s=dkim header.b=wi23eJZm; dmarc=pass (policy=reject) header.from=johnrshannon.com; spf=pass (mx1.freebsd.org: domain of john@johnrshannon.com designates 104.153.32.125 as permitted sender) smtp.mailfrom=john@johnrshannon.com Received: from [10.168.1.38] (thin1.office.johnrshannon.com [10.168.1.38]) by mailb.johnrshannon.com (Postfix) with ESMTP id 1D0A9544 for ; Tue, 6 Feb 2024 12:38:49 -0700 (MST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=johnrshannon.com; s=dkim; t=1707248329; 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=YW+ledSx04VY+smLXUEobDICpupLKt3XFb1Tfs7YpiQ=; b=wi23eJZmpONtCIC+v2DeDScRh04JzRrtNpfy1rr2R10PB3b1coE1J4wi8R6baA9rPb2PYc E622T/2WzO8lN9ZyYw1Kl24Rh6ZSuo/z8AR9nC9ETPZ4y5qwNtRPu/lg7g9pUxuHPxE6WP X3TtIgcPuk6O9tj9Vx3Lj58M/kgE9xsVpc1ixmTD/hgaThmLkmorGqMLs1HXMLIOWIYNUs /OkqhFGqWG4kxlmOO4ZBpI8Z7zzOa5J03sK502kg39PTEWSon/x2QPbYvu3Uo2KfyG3Pew BOsO3i9vgrpU/2FHjqSdY6Mq0VfrvVT59BspA2npLEcMkheyuR+eckTUZklECw== Message-ID: Date: Tue, 6 Feb 2024 12:38:48 -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_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-0.996]; DMARC_POLICY_ALLOW(-0.50)[johnrshannon.com,reject]; R_DKIM_ALLOW(-0.20)[johnrshannon.com:s=dkim]; R_SPF_ALLOW(-0.20)[+mx:c]; MIME_GOOD(-0.10)[text/plain]; XM_UA_NO_VERSION(0.01)[]; ARC_NA(0.00)[]; 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]; RCPT_COUNT_ONE(0.00)[1]; 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: 4TTtpl5cbFz4Jph When starting Firefox from the command line and trying to import a certificate I get: > JavaScript error: chrome://pippki/content/certManager.js, line 744: > TypeError: certdb is undefined in the messages to standard out/error. Not sure what to do about that. 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