Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rBfre-00BsIr-OP for pgsql-hackers@arkaria.postgresql.org; Fri, 08 Dec 2023 18:46:18 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1rBfrd-00Ah6Y-6F for pgsql-hackers@arkaria.postgresql.org; Fri, 08 Dec 2023 18:46:17 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rBfrc-00Ah6P-T8 for pgsql-hackers@lists.postgresql.org; Fri, 08 Dec 2023 18:46:16 +0000 Received: from sss.pgh.pa.us ([68.162.161.243]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rBfrW-00ArYC-Dq for pgsql-hackers@postgresql.org; Fri, 08 Dec 2023 18:46:16 +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 3B8Ik7RR1469754; Fri, 8 Dec 2023 13:46:07 -0500 From: Tom Lane To: Andres Freund cc: Peter Eisentraut , pgsql-hackers Subject: Re: backtrace_on_internal_error In-reply-to: <20231208183440.5z2rdpojcs5h5slk@awork3.anarazel.de> References: <93f32d1a-9309-48dc-9b7f-c110c4d48126@eisentraut.org> <1266459.1701958930@sss.pgh.pa.us> <1439034.1702047909@sss.pgh.pa.us> <20231208181451.deqnflwxqoehhxpe@awork3.anarazel.de> <1466396.1702059830@sss.pgh.pa.us> <20231208183440.5z2rdpojcs5h5slk@awork3.anarazel.de> Comments: In-reply-to Andres Freund message dated "Fri, 08 Dec 2023 10:34:40 -0800" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <1469752.1702061167.1@sss.pgh.pa.us> Content-Transfer-Encoding: quoted-printable Date: Fri, 08 Dec 2023 13:46:07 -0500 Message-ID: <1469753.1702061167@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Andres Freund writes: > On 2023-12-08 13:23:50 -0500, Tom Lane wrote: >> Hmm, don't suppose you have a way to reproduce that? > After a bit of trying, yes. I put an abort() into pgtls_open_client(), = after > initialize_SSL(). Connecting does result in: > LOG: could not accept SSL connection: Success OK. I can dig into that, unless you're already on it? regards, tom lane