From owner-freebsd-questions@FreeBSD.ORG Mon Aug 16 00:57:52 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A5C621065670 for ; Mon, 16 Aug 2010 00:57:52 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 3574C8FC1A for ; Mon, 16 Aug 2010 00:57:51 +0000 (UTC) Received: by wwb24 with SMTP id 24so2677097wwb.31 for ; Sun, 15 Aug 2010 17:57:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:in-reply-to:references:x-mailer:mime-version :content-type:content-transfer-encoding; bh=upO5Zl1xXRLudFDmjKWeHE7ZGyszxw4d7UZ8uwbPHbk=; b=T3inxyOxUoISYEUL5qHdz9rvYY28z1v2TplJ7LCeLG5gKU1x+1NtGPhI9HTmlrpy9N bsth7m4+DzJUEY/RcunhLjvNpMBtEBiVC8Pj2X/vsik++fNzsBI97VqtAxWLKVsnId0J Ljr/K+u3cIYBXwk6iB7Dp/HV4TenAFRgaRyrg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=date:from:to:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; b=ROfOkj86XyrCm4m/FYTywpmjDjhk5XrFQCmVr9xJEJdbV5NWWdFvUkVmRXpCBaF7h0 8o7zAwJqp5f6XUIpJdiS2FRtUAZcqvBGCEB+fEMu5Pl5rcOILa0uCTIKUW8DvKf6PWpV oj2eZ1kHQAFBizXRWcvSt6nC0wb7yBDoITwO4= Received: by 10.227.41.2 with SMTP id m2mr1257579wbe.12.1281920270623; Sun, 15 Aug 2010 17:57:50 -0700 (PDT) Received: from gumby.homeunix.com (bb-87-81-140-128.ukonline.co.uk [87.81.140.128]) by mx.google.com with ESMTPS id e31sm4825383wbe.11.2010.08.15.17.57.49 (version=SSLv3 cipher=RC4-MD5); Sun, 15 Aug 2010 17:57:49 -0700 (PDT) Date: Mon, 16 Aug 2010 01:57:47 +0100 From: RW To: freebsd-questions@freebsd.org Message-ID: <20100816015747.112bfcb8@gumby.homeunix.com> In-Reply-To: <201008152235.o7FMZ2X2049722@mist.nodomain> References: <201008152235.o7FMZ2X2049722@mist.nodomain> X-Mailer: Claws Mail 3.7.6 (GTK+ 2.20.1; i386-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: fetchmail ssl certificate verification problem in FreeBSD 8.1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Aug 2010 00:57:52 -0000 On Sun, 15 Aug 2010 15:35:02 -0700 (PDT) Dan Strick wrote: > That explains the problem. > I copied the file /usr/local/share/certs/ca-root-nss.crt from my old > FreeBSD release-8.0 system and hooked it up to fetchmail with the > fetchmail sslcertfile option. At least fetchmail is now happy. You'd be better off installing security/ca_root_nss otherwise you'll be stuck with a stale file. I don't know why you don't have it, it's a dependency of fetchmail and many other ports.