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.96) (envelope-from ) id 1w2vnz-000jy2-0p for pgsql-hackers@arkaria.postgresql.org; Wed, 18 Mar 2026 18:39:43 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1w2vny-00DNJA-07 for pgsql-hackers@arkaria.postgresql.org; Wed, 18 Mar 2026 18:39:42 +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.96) (envelope-from ) id 1w2vnx-00DNJ2-2T for pgsql-hackers@lists.postgresql.org; Wed, 18 Mar 2026 18:39:41 +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.98.2) (envelope-from ) id 1w2vnv-00000000z13-15qJ for pgsql-hackers@lists.postgresql.org; Wed, 18 Mar 2026 18:39:41 +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 62IIdAlV810724; Wed, 18 Mar 2026 14:39:10 -0400 From: Tom Lane To: Daniel Gustafsson cc: Jacob Champion , Zsolt Parragi , Jelte Fennema-Nio , Heikki Linnakangas , Dewei Dai , "li.evan.chao" , Michael Paquier , Andres Freund , Pgsql Hackers Subject: Re: Serverside SNI support in libpq In-reply-to: <0DFFD93E-9930-48B1-8282-98816D9F99D9@yesql.se> References: <88986722-5A72-4DEC-8750-BDBF67FF8C01@yesql.se> <7E77028B-5A3A-436B-9046-8E9992E9F94A@yesql.se> <0BC5B9B1-6503-4563-AAC6-33DEF264AE3F@yesql.se> <80F4F8F4-8E4F-4B6F-866B-D837057C1192@yesql.se> <0C53C316-C24E-4307-807B-D825CA3F7254@yesql.se> <378D83FA-338C-4EA1-BC60-397BE08D0F01@yesql.se> <2025112617144938459246@163.com> <0217DEFA-9684-4A77-A005-D30EBEF155C4@yesql.se> <5D0E78E0-EA79-480E-ABD3-B1EF0156BF8B@yesql.se> <785C0B88-7068-4576-AF55-251D06CEC112@yesql.se> <01412917-C42E-4238-97E2-707C32940DDD@yesql.se> <1C38F269-E552-4F78-9E88-E91CEDB12F35@yesql.se> <23D19F69-A8DE-4F89-99F6-5FC48762CE4D@yesql.se> <561BF011-1626-43A5-BD82-913E6! 7E! EB! A8B@yesql.se> <681317.1773844416@sss.pgh.pa.us> <9B50439C-F124-40BC-9CDE-3AF0839A323C@yesql.se> <763777.1773848150@sss.pgh.pa.us> <0DFFD93E-9930-48B1-828 Comments: In-reply-to Daniel Gustafsson message dated "Wed, 18 Mar 2026 18:09:22 +0100" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <810722.1773859150.1@sss.pgh.pa.us> Content-Transfer-Encoding: quoted-printable Date: Wed, 18 Mar 2026 14:39:10 -0400 Message-ID: <810723.1773859150@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Daniel Gustafsson writes: > I've done more testing now and I can only reproduce this with downgraded > versions of OpenSSL 1.1.1, when running the latest 1.1.1x the error goes= away > and the error is reported as expected. Can you try to upgrade your mach= ine, > which I assume isn't running bleeding edge 1.1.1 by the sounds of it. Nope, it was still on 1.1.1a. I've now updated it to 3.0.19, which appears to be the oldest available-to-the-public supported version. I doubt that continuing to test 1.1.1-anything is really useful. ... and longfin is now green. regards, tom lane