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 1tNRaH-00B3Rq-Hg for pgsql-admin@arkaria.postgresql.org; Tue, 17 Dec 2024 07:01:33 +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 1tNRZG-00FmyR-JT for pgsql-admin@arkaria.postgresql.org; Tue, 17 Dec 2024 07:00:31 +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 1tNRZF-00Fmxt-FJ for pgsql-admin@lists.postgresql.org; Tue, 17 Dec 2024 07:00:31 +0000 Received: from resdmta-c2p-566138.sys.comcast.net ([2001:558:fd00:56::e]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1tNRZ8-0006Zp-9c for pgsql-admin@postgresql.org; Tue, 17 Dec 2024 07:00:25 +0000 Received: from resomta-c2p-555922.sys.comcast.net ([96.102.18.230]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 256/256 bits) (Client did not present a certificate) by resdmta-c2p-566138.sys.comcast.net with ESMTPS id NRVLtvr4ycP7NNRYzt5pKG; Tue, 17 Dec 2024 07:00:13 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=20190202a; t=1734418813; bh=d4WII+sK90T5a/DxQz25hI+DGMCZaZEiymbXmUKjXM8=; h=Received:Received:Received:From:To:Subject:Date:Message-ID: MIME-Version:Content-Type:Xfinity-Spam-Result; b=CfpcWR1kCSO9HzgObLtSqvJKMuVhTP1gEtCU2PJj0DyFrDK5kNm/cmsbWWGb86Gl/ Ccq4Lwpl/R3gjdngQbCd2u4xVQUGJmMIjEvl/w1JrYXMfk2i4yWl2UZVF6C3+erWh+ WoIVLdLaq/G0WA9B0NlR73x2Wc3Oc8g14y3NobpBYfnsxVbfNM5sfo+U0LnXFgDzfr s3O4Bf0GvewuseqbswfcE7GpwA5GjTOEfrYX3kKV50ECHrQ/n41Ply3ybgz1AMAIYr j+3UqJBwEoAzAgqLwV+YNbGRZEm6MTN/r5hiCY+Y3fXtRmuTx25rohoEpCEJuAwbNe mkP87JcUsTGQg== Received: from Geralds-Laptop.lan ([96.87.119.101]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 256/256 bits) (Client did not present a certificate) by resomta-c2p-555922.sys.comcast.net with ESMTPSA id NRYxtUmrKPoGsNRYytxVjj; Tue, 17 Dec 2024 07:00:13 +0000 Received: by Geralds-Laptop.lan (Postfix, from userid 501) id BCB7C52ED54; Tue, 17 Dec 2024 01:00:11 -0600 (CST) From: Jerry Sievers To: kamal deen Cc: pgsql-admin@postgresql.org Subject: Re: Postgres DB crashing in OpenSSL 3.2 Version In-Reply-To: (kamal deen's message of "Mon, 16 Dec 2024 22:42:37 +0530") References: Date: Tue, 17 Dec 2024 01:00:11 -0600 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-CMAE-Envelope: MS4xfKnAJ1IGW9I3cxIx+apszg/bEU4iRJRxGQ3rI8zuyH6tzhPYTp4ebW7sb3zZIRrok+NaMQPtYPQ/CO7gNmNQhGCDJfHnJWLGOWX+N4lhO4lvLH84xoRW locrzLnrIDmeMSUksKn5N++BtpcqdCqoXlNw8q6T1FAWnIri28i1IIoi7061OfFiO1p7Qhg8IMLcgYZPk82ZJi6l+P0awgJnZgdNyT9Z/DJweKbfHK/kt9oQ 27cHuEjVdZ4OIz06OgFRiA== List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk kamal deen writes: > Hi All, > > Do we have any fix for postgres version below 15.6?=20 >=20=20 > We do have some critical system still running in older than 15.6 (12,13,1= 4) version due to some application compatibility. All but your v12 system are still supported. v12 is EOL so don't expect updates and v13 will be dropped late in 2025 as per the usual end-of-lifing of older versions. If whatever host platform you're on isn't offering you anything below v15, then that's another matter that probably can be resolved by getting from a different package repo. If you're on some cloud hosting, then YMMV. Contact the vendor. HTH > > Thanks in advance. > > SK > > On Fri, Dec 13, 2024, 9:57=E2=80=AFPM kamal deen = wrote: > > Hi All, > > We have noticed in our recent builds postgres (Rocky 9 OS , PG 15.2 ver= sion) getting crash while trying to connect DB using certs. > > Pls advise if we have any fix. ( without downgrade the OpenSSL). > > Thanks=20 > SK