Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mpySa-0002tN-Fu for pgsql-www@arkaria.postgresql.org; Wed, 24 Nov 2021 20:01:40 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1mpySZ-0002hZ-EU for pgsql-www@arkaria.postgresql.org; Wed, 24 Nov 2021 20:01:39 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mpySZ-0002hQ-7k for pgsql-www@lists.postgresql.org; Wed, 24 Nov 2021 20:01:39 +0000 Received: from sss.pgh.pa.us ([66.207.139.130]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mpySW-0002oW-FX for pgsql-www@lists.postgresql.org; Wed, 24 Nov 2021 20:01:38 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.15.2/8.15.2) with ESMTP id 1AOK1XP0187811; Wed, 24 Nov 2021 15:01:33 -0500 From: Tom Lane To: Edward Breen cc: Jim Mlodgenski , Magnus Hagander , PostgreSQL WWW Subject: Re: Expired cert In-reply-to: References: Comments: In-reply-to Edward Breen message dated "Wed, 24 Nov 2021 11:38:29 -0800" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <187809.1637784093.1@sss.pgh.pa.us> Date: Wed, 24 Nov 2021 15:01:33 -0500 Message-ID: <187810.1637784093@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Edward Breen writes: > It appears the issue isn't fully resolved. I still see the expired root > certificate DST Root CA X3 with openssl: > % openssl s_client -connect www.postgresql.org:443 -servername > www.postgresql.org This did before, and still does, indicate either an obsolete system trust store or an obsolete OpenSSL version on your end. You need to make sure the "ISRG Root X1" cert is trusted by your machine, and you need to make sure you're running moderately recent OpenSSL (preferably > 1.0.2). If the latter is impractical, there are workarounds here: https://www.openssl.org/blog/blog/2021/09/13/LetsEncryptRootCertExpire/ regards, tom lane