From owner-freebsd-questions@freebsd.org Sun May 31 21:11:08 2020 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 532022F1551 for ; Sun, 31 May 2020 21:11:08 +0000 (UTC) (envelope-from herbert@gojira.at) Received: from mail.bsd4all.net (mail.bsd4all.net [94.130.200.20]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail.bsd4all.net", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49ZrZM3Mmtz3g1L for ; Sun, 31 May 2020 21:11:07 +0000 (UTC) (envelope-from herbert@gojira.at) Date: Sun, 31 May 2020 23:10:58 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=gojira.at; s=mail202005; t=1590959460; bh=eoIJ1J1Os3FIwc52ZT/2U6LdyrxCBCFtFvnw3cmIHbs=; h=Date:Message-ID:From:To:Subject:MIME-Version:Content-Type; b=Ooihg43DWMiVleFd7F/rdjuuTl+tJauffqiSachCU4dOvsJyPQtT73Gzv6lEZIHO0 vBK1TA3nX04cpqq73y+fetEewybkGzZBQMb8vYOK1kIKRjYgYWdOhInr+mBeyAnzEm m7TL8aExF2JULcJtqHUV39+iXzxigDSq+767xtykVL7sF7yKhhQ/orfvyqiZEoUBmm bqxDnV+Z4gIYwp5SZ+B7ZFVVNnsmbwSlPWcXQuiB2aQB6/fAmLFRW44+MOjsVuyUEy hcEWXSGg+BW4pFQAvic3tLi5iOJu26iUDqqYSPGHzLerCXBrlKDHOw7s9D1tYw63Tb Gfcwrwx0KDWFg== Message-ID: <87o8q33j4t.wl-herbert@gojira.at> From: "Herbert J. Skuhra" To: freebsd-questions@freebsd.org Subject: Re: IMAP && Server certificate has expired In-Reply-To: <20200531180822.GA10779@c720-r342378> References: <20200531132051.GA7974@c720-r342378> <5e1a71cd-6837-47f1-b485-c583550db48a@unixarea.de> <20200531180822.GA10779@c720-r342378> User-Agent: Wanderlust/2.15.9 (Almost Unreal) Emacs/28.0 Mule/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Rspamd-Queue-Id: 49ZrZM3Mmtz3g1L X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; dkim=pass header.d=gojira.at header.s=mail202005 header.b=Ooihg43D; dmarc=none; spf=pass (mx1.freebsd.org: domain of herbert@gojira.at designates 94.130.200.20 as permitted sender) smtp.mailfrom=herbert@gojira.at X-Spamd-Result: default: False [-0.70 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.83)[-0.829]; R_DKIM_ALLOW(-0.20)[gojira.at:s=mail202005]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:94.130.200.20]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; DMARC_NA(0.00)[gojira.at]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-0.14)[-0.144]; DKIM_TRACE(0.00)[gojira.at:+]; NEURAL_HAM_SHORT(-0.23)[-0.225]; MID_CONTAINS_FROM(1.00)[]; RCVD_COUNT_ZERO(0.00)[0]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:24940, ipnet:94.130.0.0/16, country:DE] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 May 2020 21:11:08 -0000 On Sun, 31 May 2020 20:08:22 +0200, Matthias Apitz wrote: > = > El d=EDa domingo, mayo 31, 2020 a las 06:11:44p. m. +0100, Ottavio Ca= ruso via freebsd-questions escribi=F3: > = > > On Sun, 31 May 2020 at 17:10, Matthias Apitz wro= te: > > > > > > > > > > > > > > > Hello, > > > > > > When I connect with the MUA mutt directly with IMAP to my ISP wit= h: > > > > > > $ mutt -f imap://imap.1blu.de:143/ > > > > > = > > Have you tried port 993? > = > $ mutt -f imaps//imap.1blu.de:993/ > = > gives the same problem: Server certificate has expired > = > There is some rumor that other systems are effected also: > = > https://support.sectigo.com/articles/Knowledge/Sectigo-AddTrust-Exter= nal-CA-Root-Expiring-May-30-2020 > = > but I don't know if I've to fix this locally or the ISP. Do you use libressl? openssl: Verify return code: 0 (ok) libressl: Verify return code: 10 (certificate has expired) -- Herbert