From owner-freebsd-questions@FreeBSD.ORG Mon Apr 12 10:26:00 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 D96AB106564A for ; Mon, 12 Apr 2010 10:26:00 +0000 (UTC) (envelope-from prvs=711ad0451=a@jenisch.at) Received: from mgaterz2.oekb.co.at (mgaterz2.oekb.co.at [143.245.5.112]) by mx1.freebsd.org (Postfix) with ESMTP id 6B19B8FC1A for ; Mon, 12 Apr 2010 10:26:00 +0000 (UTC) Received: from exchh1.oekb.co.at ([143.245.3.20]) by mgaterz2.oekb.co.at with ESMTP; 12 Apr 2010 11:56:19 +0200 Received: from aurora.oekb.co.at (143.245.9.16) by exchh1.oekb.co.at (143.245.3.60) with Microsoft SMTP Server id 8.2.234.1; Mon, 12 Apr 2010 11:56:19 +0200 Received: from aurora.oekb.co.at (localhost [127.0.0.1]) by aurora.oekb.co.at (8.14.4/8.14.4) with ESMTP id o3C9uJ4H071390 for ; Mon, 12 Apr 2010 11:56:19 +0200 (CEST) (envelope-from a@jenisch.at) Received: (from ej@localhost) by aurora.oekb.co.at (8.14.4/8.14.4/Submit) id o3C9uJch071389 for freebsd-questions@freebsd.org; Mon, 12 Apr 2010 11:56:19 +0200 (CEST) (envelope-from a@jenisch.at) X-Authentication-Warning: aurora.oekb.co.at: ej set sender to a@jenisch.at using -f Date: Mon, 12 Apr 2010 11:56:19 +0200 From: Ewald Jenisch To: freebsd-questions@freebsd.org Message-ID: <20100412095619.GA66903@aurora.oekb.co.at> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline User-Agent: Mutt/1.4.2.3i Subject: fetchmail - problems with ssl since upgrade to 6.3.16 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, 12 Apr 2010 10:26:00 -0000 Hi, Recently during portupgrades fetchmail also got upgraded to 6.3.16. Since then I'm experiencing problems when trying to fetch mails from a pop server via ssl. Here's the error message I'm getting: fetchmail: Issuer Organization: fetchmail: Issuer CommonName: fetchmail: Server CommonName: fetchmail: key fingerprint: fetchmail: fingerprints match. fetchmail: Server certificate verification error: self signed certificate 34381474120:error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed:s3_clnt.c:1056: fetchmail: SSL connection failed. The above message normally indicates that the cert on the server might have changed. This however is definitely not the case (I'm managing the server myself). Asking google I found a similar report relating to fetchmail 6.3.16 (as in my case) under Linux: http://bugs.archlinux.org/task/19043 So my questions are: o) Has anybody else, using fetchmail with ssl, experienced the same problems after a recent upgrade of fetchmail under FreeBSD? o) Any known cure against it? Last but not least, here's my config: FreeBSD 7.3 recent as per April 09,2010. Fetchmail 6.3.16, openssl 1.0.0 Thanks much in advance for any clue, -ewald