X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:to:references:from:subject:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=awr6DxZ+0LH1CCTr 501Rqgryx+lkOrCL+6dwFCjywVQk9hJqUlKNwIHS6U4Tupoe60jl/lXP9fBRF85t n707xaIVWwKt1RtND26J26oqrn9qiYUib4KpSIGu57vug0b43PjO3qKoqLoWq1t+ dgOyKb1uJoyOhMPICj+7J3sFs9Q= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:to:references:from:subject:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=aGHeM+v5zYXxT/jYOZJjAn MkJt8=; b=HXAnGJweTgr8CZ6XJGSncTfJFAokxN0zwBPC/NsvbXiovQWNGMaZo7 VJWSITatV1OaITpYmzqODaCHlZ004pByIjzgqlQLqRy6WYssqhvPnSc9LW/pSsBc Ab4Ao3jorcb0AMF4YaetcLpl/L5OE3W6mN5Hpnv1gIZcXGLd7XMv8= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KAM_NUMSUBJECT,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.1 spammy=H*u:en-US, certificates, H*UA:en-US, 2321 X-HELO: mail-oi1-f180.google.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=to:references:from:openpgp:autocrypt:subject:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=n2/4/nCyB0VJA86nUL+4wafEYE2t2VX94olPdGv23I8=; b=FjZY1FiQlZVOPDlZwqrjJBg8AJvvw7SZ7VjnslxKDxxTkapf39Fexi1ea38XLTq5ij PDwE8m5Pn/7MYElUMWaGw8amSXaIEBWMVEOD1z7HM+8sFjaH1phL9UulKtU33Xsj1lND kZ100k1PtXje+nEetppQROCCEEeR6hJIDE7M1VnaLO30yu4Y+XoDCJAvyA5GQI8MuIeG UxcQPB+lb9/5p8UI754Jny0t9ayzmUGJlghLtKGSzef2Mp3CcAH/z8uhFcnIJoAh+Uxc w5PtNY9zrjHJBYqyN50VfpdEdsDWHfQrcKOYhoRivVhcef6YuiQmXpGpBPcokPAzLmts 8taA== To: cygwin AT cygwin DOT com References: <6b849bb1-c86e-0fe5-9ece-ad9d5ed180a6 AT ChinaBuckets DOT com> <7803ce5e-0a58-1b1f-4699-6d1d75f50f30 AT ChinaBuckets DOT com> From: =?UTF-8?Q?Ren=c3=a9_Berber?= Openpgp: preference=signencrypt Subject: Re: [ANNOUNCEMENT] TEST: fetchmail 6.4.0.rc3-1 Message-ID: <6d0543c0-3aff-1fa8-7cf5-399ac4aecea1@gmail.com> Date: Wed, 28 Aug 2019 21:54:12 -0500 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.19) Gecko/20081209 Lightning/0.9 Thunderbird/2.0.0.19 Mnenhy/0.7.6.0 MIME-Version: 1.0 In-Reply-To: <7803ce5e-0a58-1b1f-4699-6d1d75f50f30@ChinaBuckets.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit On 8/28/2019 8:46 PM, Eliza wrote: > Hello, Hi, > on 2019/8/29 9:35, René Berber wrote: >> You probably have to (re)install (package) ca-certificates. >> >> Or, if you are using your own installed certificate, it may be installed >> in the wrong place (i.e. that causes the not found error seen above, its >> either not installed, or not in the right place). > > I have re-installed ca-certificates 2.32-1, then reopen the terminal and > run fetchmail. the error still exists. > > Any idea? thanks. Check the sslcertpath parameter used by fetchmail, see if it points to the certificates (/etc/pki/tls/certs or /etc/ssl/certs). Also sslkey if there is one. The parameter(s) could/should be in ~/.fetchmailrc . Your error message said "local issuer certificate". I'm not sure about that but it seems to be having problems with the _client_ certificate, not the server. Did you install a cert? Perhaps an identity cert used by your mailer? Question is, does fetchmail knows were it is (including any extra certs needed to validate it). Now the fun part, run: fetchmail -v and let's see the detail of what is happening. -- R.Berber -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple