From owner-freebsd-questions@freebsd.org Fri Jun 30 04:21:15 2017 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3D7C4D87CB5 for ; Fri, 30 Jun 2017 04:21:15 +0000 (UTC) (envelope-from Olivier.Nicole@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E745B7F42C for ; Fri, 30 Jun 2017 04:21:14 +0000 (UTC) (envelope-from Olivier.Nicole@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (localhost [127.0.0.1]) by mail.cs.ait.ac.th (Postfix) with ESMTP id 9EB2ED7886; Fri, 30 Jun 2017 11:21:12 +0700 (ICT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cs.ait.ac.th; h= content-type:content-type:mime-version:message-id:date:date :in-reply-to:subject:subject:from:from:received:received :received; s=selector1; t=1498796472; x=1500610873; bh=mxivNzDdz 9rkMG9imufBoO8yBuDtCtViCU6jQzJRB7M=; b=S9mFXUMbO3ybQ6A4mvsPLf6cg hcD/9VLXWnPWGTplNGNvnMGCUl8I4CPlh0gPZ1pkfl5/mYe+RdcRVkDBXniJAXpT 89SCJDR0UyQ5YUnAtALO2J2Ntp7p6461L+vtL3aPRKJKMSHGcEzbybUGZILYIs0g llOzcvg1zxuTzw6870= X-Virus-Scanned: amavisd-new at cs.ait.ac.th Received: from mail.cs.ait.ac.th ([127.0.0.1]) by mail.cs.ait.ac.th (mail.cs.ait.ac.th [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id NPj6rYt594OZ; Fri, 30 Jun 2017 11:21:12 +0700 (ICT) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.cs.ait.ac.th (Postfix) with ESMTPS id 14535D7885; Fri, 30 Jun 2017 11:21:11 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.15.2/8.15.2/Submit) id v5U4LBJ1064636; Fri, 30 Jun 2017 11:21:11 +0700 (ICT) (envelope-from on@banyan.cs.ait.ac.th) From: Olivier To: Anton Yuzhaninov Cc: freebsd-questions@freebsd.org Subject: Re: Inconsistencies in openssl s_client In-Reply-To: <0fb956a1-e186-8633-0858-62e969f50d23@citrin.ru> (message from Anton Yuzhaninov on Fri, 30 Jun 2017 00:12:53 -0400) Date: Fri, 30 Jun 2017 11:21:11 +0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Jun 2017 04:21:15 -0000 Anton Yuzhaninov writes: > On 06/29/17 22:35, Olivier wrote: >> Verify return code: 20 (unable to get local issuer certificate) >> --- >> >> I could see that ca_root_nss is newer on 3 and 4 (3.31, compared to 3.30 >> on 1 and 3.29 on 2). > > Probably ca_root_nss on hosts 3 and 4 was installed without option > ETCSYMLINK (default). Try to turn this option on and reinstall the port. Spot on. Thank you. Olivier --