From owner-freebsd-stable@freebsd.org Sat Sep 8 08:13:56 2018 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A1D1CFEC4E0 for ; Sat, 8 Sep 2018 08:13:56 +0000 (UTC) (envelope-from freebsd-stable@dino.sk) Received: from mailhost.netlabit.sk (mailhost.netlabit.sk [84.245.65.72]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0E0068B42F for ; Sat, 8 Sep 2018 08:13:55 +0000 (UTC) (envelope-from freebsd-stable@dino.sk) Received: from zeta.dino.sk (fw3.dino.sk [84.245.95.254]) (AUTH: LOGIN milan) by mailhost.netlabit.sk with ESMTPA; Sat, 08 Sep 2018 10:08:46 +0200 id 00DB9421.5B93838E.00000198 Date: Sat, 8 Sep 2018 10:08:45 +0200 From: Milan Obuch To: freebsd-stable@freebsd.org Subject: Verification error in daily run on fresh 11.2-RELEASE install Message-ID: <20180908100845.2b5b02ae@zeta.dino.sk> X-Mailer: Claws Mail 3.16.0 (GTK+ 2.24.32; i386-portbld-freebsd10.4) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2018 08:13:56 -0000 Hi, I did fresh install of FreeBSD 11.2-RELEASE on new amd64 system, and daily job run has following in mailed output: Checking for rejected mail hosts: Certificate verification failed for /C=US/ST=Arizona/L=Scottsdale/O=Starfield Technologies, Inc./CN=Starfield Root Certificate Authority - G2 34374371912:error:14090086:SSL routines:ssl3_get_server_certificate:certificate verify failed:/usr/src/crypto/openssl/ssl/s3_clnt.c:1269: fetch: https://www.ietf.org/timezones/data/leap-seconds.list: Authentication error This error occurs too when I try to fetch mentioned URL from shell. Can someone suggest what to do in order to get rid of this error? Do I understand it right the error means my system is unable to verify certificate validity for www.ietf.org site? Regards, Milan