Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Feb 2020 09:17:01 -0500
From:      Mike Jakubik <mike.jakubik@swiftsmsgateway.com>
To:        "Bob Willcox" <bob@immure.com>
Cc:        "stable list" <freebsd-stable@freebsd.org>
Subject:   Re: Certificate verification failures on 'make fetchindex' in /usr/ports
Message-ID:  <170349c466d.11a568c3a200262.329674455921888667@swiftsmsgateway.com>
In-Reply-To: <20200211140712.GJ932@rancor.immure.com>
References:  <20200211140712.GJ932@rancor.immure.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi Bob,



You need to install the root certificate bundle.



cd /usr/ports/security/ca_root_nss/ && make install clean



Cheers.


---- On Tue, 11 Feb 2020 09:07:12 -0500 Bob Willcox <bob@immure.com> wrote ----


Hi All, 
 
I just installed a recent snapshot of 12.1 on a new system and when I run 'make fetchindex' 
in the /usr/ports directory I get this: 
 
bob@han:0 /usr/ports> make fetchindex 
/usr/bin/env  fetch -am -o /usr/ports/INDEX-12.bz2 https://www.FreeBSD.org/ports/INDEX-12.bz2 
Certificate verification failed for /C=US/O=Let's Encrypt/CN=Let's Encrypt Authority X3 
34370596864:error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed:/usr/src/crypto/openssl/ssl/statem/statem_clnt.c:1915: 
fetch: https://www.FreeBSD.org/ports/INDEX-12.bz2: Authentication error 
Certificate verification failed for /C=US/O=Let's Encrypt/CN=Let's Encrypt Authority X3 
34370596864:error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed:/usr/src/crypto/openssl/ssl/statem/statem_clnt.c:1915: 
fetch: https://www.FreeBSD.org/ports/INDEX-12.bz2: Authentication error 
Certificate verification failed for /C=US/O=Let's Encrypt/CN=Let's Encrypt Authority X3 
34370596864:error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed:/usr/src/crypto/openssl/ssl/statem/statem_clnt.c:1915: 
fetch: https://www.FreeBSD.org/ports/INDEX-12.bz2: Authentication error 
Certificate verification failed for /C=US/O=Let's Encrypt/CN=Let's Encrypt Authority X3 
34370596864:error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed:/usr/src/crypto/openssl/ssl/statem/statem_clnt.c:1915: 
fetch: https://www.FreeBSD.org/ports/INDEX-12.bz2: Authentication error 
Certificate verification failed for /C=US/O=Let's Encrypt/CN=Let's Encrypt Authority X3 
34370596864:error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed:/usr/src/crypto/openssl/ssl/statem/statem_clnt.c:1915: 
 
Can anyone tell me how to fix this? Why would I be getting certificate verification 
failures? What am I missing? This is a brand new install and I have installed very 
little else (pdksh, ksh93, & bsdrcmds is all). 
 
Thanks, 
Bob 
 
-- 
Bob Willcox    | It's possible that the whole purpose of your life is to 
mailto:bob@immure.com | serve as a warning to others. 
Austin, TX     | 
_______________________________________________ 
mailto:freebsd-stable@freebsd.org mailing list 
https://lists.freebsd.org/mailman/listinfo/freebsd-stable 
To unsubscribe, send any mail to "mailto:freebsd-stable-unsubscribe@freebsd.org" 
 




Mike Jakubik

https://www.swiftsmsgateway.com/



Disclaimer: This e-mail and any attachments are intended only for the use of the addressee(s) and may contain information that is privileged or confidential. If you are not the intended recipient, or responsible for delivering the information to the intended recipient, you are hereby notified that any dissemination, distribution, printing or copying of this e-mail and any attachments is strictly prohibited. If this e-mail and any attachments were received in error, please notify the sender by reply e-mail and delete the original message.
From owner-freebsd-stable@freebsd.org  Tue Feb 11 17:19:04 2020
Return-Path: <owner-freebsd-stable@freebsd.org>
Delivered-To: freebsd-stable@mailman.nyi.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1])
 by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8500C23BB64
 for <freebsd-stable@mailman.nyi.freebsd.org>;
 Tue, 11 Feb 2020 17:19:04 +0000 (UTC)
 (envelope-from bob@rancor.immure.com)
Received: from rancor.immure.com (108-84-10-9.lightspeed.austtx.sbcglobal.net
 [108.84.10.9])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client CN "darth.immure.com", Issuer "darth.immure.com" (not verified))
 by mx1.freebsd.org (Postfix) with ESMTPS id 48H8dM4WVWz4HZ0
 for <freebsd-stable@freebsd.org>; Tue, 11 Feb 2020 17:19:03 +0000 (UTC)
 (envelope-from bob@rancor.immure.com)
Received: from rancor.immure.com (localhost [127.0.0.1])
 by rancor.immure.com (8.15.2/8.15.2) with ESMTPS id 01BHJ1j7011480
 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO);
 Tue, 11 Feb 2020 11:19:01 -0600 (CST)
 (envelope-from bob@rancor.immure.com)
Received: (from bob@localhost)
 by rancor.immure.com (8.15.2/8.15.2/Submit) id 01BHJ1J2011477;
 Tue, 11 Feb 2020 11:19:01 -0600 (CST) (envelope-from bob)
Date: Tue, 11 Feb 2020 11:19:01 -0600
From: Bob Willcox <bob@immure.com>
To: Mike Jakubik <mike.jakubik@swiftsmsgateway.com>
Cc: stable list <freebsd-stable@freebsd.org>
Subject: Re: Certificate verification failures on 'make fetchindex' in
 /usr/ports
Message-ID: <20200211171901.GA11453@rancor.immure.com>
Reply-To: Bob Willcox <bob@immure.com>
References: <20200211140712.GJ932@rancor.immure.com>
 <170349c466d.11a568c3a200262.329674455921888667@swiftsmsgateway.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <170349c466d.11a568c3a200262.329674455921888667@swiftsmsgateway.com>
User-Agent: Mutt/1.10.1 (2018-07-13)
X-Rspamd-Queue-Id: 48H8dM4WVWz4HZ0
X-Spamd-Bar: ++
Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none;
 spf=none (mx1.freebsd.org: domain of bob@rancor.immure.com has no SPF policy
 when checking 108.84.10.9) smtp.mailfrom=bob@rancor.immure.com
X-Spamd-Result: default: False [2.04 / 15.00]; ARC_NA(0.00)[];
 HAS_REPLYTO(0.00)[bob@immure.com]; REPLYTO_EQ_FROM(0.00)[];
 FROM_HAS_DN(0.00)[]; NEURAL_HAM_MEDIUM(-0.55)[-0.546,0];
 IP_SCORE(0.39)[ip: (0.19), ipnet: 108.64.0.0/11(0.09), asn: 7018(1.71),
 country: US(-0.05)]; MIME_GOOD(-0.10)[text/plain];
 DMARC_NA(0.00)[immure.com]; AUTH_NA(1.00)[];
 TO_MATCH_ENVRCPT_SOME(0.00)[]; TO_DN_ALL(0.00)[];
 RCPT_COUNT_TWO(0.00)[2]; NEURAL_SPAM_LONG(1.00)[0.996,0];
 R_SPF_NA(0.00)[];
 FORGED_SENDER(0.30)[bob@immure.com,bob@rancor.immure.com];
 R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+];
 ASN(0.00)[asn:7018, ipnet:108.64.0.0/11, country:US];
 FROM_NEQ_ENVFROM(0.00)[bob@immure.com,bob@rancor.immure.com];
 RCVD_TLS_ALL(0.00)[]; RCVD_COUNT_TWO(0.00)[2]
X-BeenThere: freebsd-stable@freebsd.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Production branch of FreeBSD source code <freebsd-stable.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-stable>, 
 <mailto:freebsd-stable-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-stable/>;
List-Post: <mailto:freebsd-stable@freebsd.org>
List-Help: <mailto:freebsd-stable-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-stable>,
 <mailto:freebsd-stable-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 11 Feb 2020 17:19:04 -0000

Thanks alot Mike. That worked for me.

Out of curriosity, is this a fairly recent change?  For some reason I've never experienced
this issue before, though it's been a number of months that I last installed a new system.

Bob

On Tue, Feb 11, 2020 at 09:17:01AM -0500, Mike Jakubik wrote:
> Hi Bob,
> 
> 
> 
> You need to install the root certificate bundle.
> 
> 
> 
> cd /usr/ports/security/ca_root_nss/ && make install clean
> 
> 
> 
> Cheers.
> 
> 
> ---- On Tue, 11 Feb 2020 09:07:12 -0500 Bob Willcox <bob@immure.com> wrote ----
> 
> 
> Hi All, 
>  
> I just installed a recent snapshot of 12.1 on a new system and when I run 'make fetchindex' 
> in the /usr/ports directory I get this: 
>  
> bob@han:0 /usr/ports> make fetchindex 
> /usr/bin/env  fetch -am -o /usr/ports/INDEX-12.bz2 https://www.FreeBSD.org/ports/INDEX-12.bz2 
> Certificate verification failed for /C=US/O=Let's Encrypt/CN=Let's Encrypt Authority X3 
> 34370596864:error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed:/usr/src/crypto/openssl/ssl/statem/statem_clnt.c:1915: 
> fetch: https://www.FreeBSD.org/ports/INDEX-12.bz2: Authentication error 
> Certificate verification failed for /C=US/O=Let's Encrypt/CN=Let's Encrypt Authority X3 
> 34370596864:error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed:/usr/src/crypto/openssl/ssl/statem/statem_clnt.c:1915: 
> fetch: https://www.FreeBSD.org/ports/INDEX-12.bz2: Authentication error 
> Certificate verification failed for /C=US/O=Let's Encrypt/CN=Let's Encrypt Authority X3 
> 34370596864:error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed:/usr/src/crypto/openssl/ssl/statem/statem_clnt.c:1915: 
> fetch: https://www.FreeBSD.org/ports/INDEX-12.bz2: Authentication error 
> Certificate verification failed for /C=US/O=Let's Encrypt/CN=Let's Encrypt Authority X3 
> 34370596864:error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed:/usr/src/crypto/openssl/ssl/statem/statem_clnt.c:1915: 
> fetch: https://www.FreeBSD.org/ports/INDEX-12.bz2: Authentication error 
> Certificate verification failed for /C=US/O=Let's Encrypt/CN=Let's Encrypt Authority X3 
> 34370596864:error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed:/usr/src/crypto/openssl/ssl/statem/statem_clnt.c:1915: 
>  
> Can anyone tell me how to fix this? Why would I be getting certificate verification 
> failures? What am I missing? This is a brand new install and I have installed very 
> little else (pdksh, ksh93, & bsdrcmds is all). 
>  
> Thanks, 
> Bob 
>  
> -- 
> Bob Willcox    | It's possible that the whole purpose of your life is to 
> mailto:bob@immure.com | serve as a warning to others. 
> Austin, TX     | 
> _______________________________________________ 
> mailto:freebsd-stable@freebsd.org mailing list 
> https://lists.freebsd.org/mailman/listinfo/freebsd-stable 
> To unsubscribe, send any mail to "mailto:freebsd-stable-unsubscribe@freebsd.org" 
>  
> 
> 
> 
> 
> Mike Jakubik
> 
> https://www.swiftsmsgateway.com/
> 
> 
> 
> Disclaimer: This e-mail and any attachments are intended only for the use of the addressee(s) and may contain information that is privileged or confidential. If you are not the intended recipient, or responsible for delivering the information to the intended recipient, you are hereby notified that any dissemination, distribution, printing or copying of this e-mail and any attachments is strictly prohibited. If this e-mail and any attachments were received in error, please notify the sender by reply e-mail and delete the original message.

-- 
Bob Willcox    | It's possible that the whole purpose of your life is to
bob@immure.com | serve as a warning to others.
Austin, TX     |



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?170349c466d.11a568c3a200262.329674455921888667>