From owner-freebsd-questions@freebsd.org Thu Mar 12 18:18:32 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 C1A04267712 for ; Thu, 12 Mar 2020 18:18:32 +0000 (UTC) (envelope-from freebsd@dreamchaser.org) Received: from nightmare.dreamchaser.org (ns.dreamchaser.org [66.109.141.57]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "dreamchaser.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48dcX43zJ7z437D for ; Thu, 12 Mar 2020 18:18:27 +0000 (UTC) (envelope-from freebsd@dreamchaser.org) Received: from breakaway.dreamchaser.org (breakaway [192.168.151.122]) by nightmare.dreamchaser.org (8.15.2/8.15.2) with ESMTP id 02CIINrh058346; Thu, 12 Mar 2020 12:18:24 -0600 (MDT) (envelope-from freebsd@dreamchaser.org) Subject: Re: letsencrypt renewal failure "sslv3 alert bad record mac" To: Doug McIntyre , freebsd-questions@freebsd.org References: <7e6cb54d-a38a-0772-01fb-01ebd4834c91@dreamchaser.org> <20200312.075544.692341835792089950.yasu@utahime.org> <1ef43873-fbe3-b58f-8756-2a754f637ec4@dreamchaser.org> <20200312160208.GA36613@geeks.org> Reply-To: freebsd@dreamchaser.org From: Gary Aitken Message-ID: <5bd27d94-8067-14f2-dd86-331a6d657f9e@dreamchaser.org> Date: Thu, 12 Mar 2020 12:17:00 -0600 User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:68.0) Gecko/20100101 Thunderbird/68.4.2 MIME-Version: 1.0 In-Reply-To: <20200312160208.GA36613@geeks.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.6.2 (nightmare.dreamchaser.org [192.168.151.101]); Thu, 12 Mar 2020 12:18:24 -0600 (MDT) X-Rspamd-Queue-Id: 48dcX43zJ7z437D X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of freebsd@dreamchaser.org designates 66.109.141.57 as permitted sender) smtp.mailfrom=freebsd@dreamchaser.org X-Spamd-Result: default: False [-5.48 / 15.00]; ARC_NA(0.00)[]; HAS_REPLYTO(0.00)[freebsd@dreamchaser.org]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+mx]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; RCVD_TLS_LAST(0.00)[]; DMARC_NA(0.00)[dreamchaser.org]; REPLYTO_ADDR_EQ_FROM(0.00)[]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; IP_SCORE(-3.18)[ip: (-8.35), ipnet: 66.109.128.0/19(-4.17), asn: 21947(-3.34), country: US(-0.05)]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:21947, ipnet:66.109.128.0/19, country:US]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Mar 2020 18:18:33 -0000 On 3/12/20 10:02 AM, Doug McIntyre wrote: > On Wed, Mar 11, 2020 at 08:22:38PM -0600, Gary Aitken wrote: >> On 3/11/20 4:55 PM, Yasuhiro KIMURA wrote: >>> From: Gary Aitken >>> Subject: letsencrypt renewal failure "sslv3 alert bad record mac" >>> Date: Wed, 11 Mar 2020 14:11:59 -0600 >>> >>>> Previous renewals worked ok, but may have been under 10.3 >>>> >>>> 11.2-RELEASE-p9 FreeBSD 11.2-RELEASE-p9 >>>> >>>> I know I need to upgrade to 11.3 but this seems not related to that. >>>> Any help / pointers would be much appreciated. >>> >>> Are there any reason that you use non-default version of python? >>> I wonder if current version of certbot still support python 2.7. >> >> py27-certbot-0.31.0,1 is the pkg installed; it installed python 2.7. >> >> I see python2 is EOL 2020-01-01. >> I will try upgrading the os and installed packages. > > > There should also be a py37-certbot pkg. Thanks. deleting py27-certbot and installing py37-certbot did the trick. Gary