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 1tM8cw-0025Eh-Te for pgsql-admin@arkaria.postgresql.org; Fri, 13 Dec 2024 16:34:54 +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 1tM8cu-008sWo-8q for pgsql-admin@arkaria.postgresql.org; Fri, 13 Dec 2024 16:34:53 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1tM8ct-008sWf-Tl for pgsql-admin@lists.postgresql.org; Fri, 13 Dec 2024 16:34:53 +0000 Received: from sss.pgh.pa.us ([68.162.161.243]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1tM8cs-002eUo-Ln for pgsql-admin@postgresql.org; Fri, 13 Dec 2024 16:34:51 +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 4BDGYnkj1082887; Fri, 13 Dec 2024 11:34:49 -0500 From: Tom Lane To: kamal deen cc: pgsql-admin@postgresql.org Subject: Re: Postgres DB crashing in OpenSSL 3.2 Version In-reply-to: References: Comments: In-reply-to kamal deen message dated "Fri, 13 Dec 2024 21:57:43 +0530" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <1082885.1734107689.1@sss.pgh.pa.us> Date: Fri, 13 Dec 2024 11:34:49 -0500 Message-ID: <1082886.1734107689@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk kamal deen writes: > We have noticed in our recent builds postgres (Rocky 9 OS , PG 15.2 > version) getting crash while trying to connect DB using certs. You need PG 15.6 or later. regards, tom lane