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 1w2swX-000hMy-0o for pgsql-hackers@arkaria.postgresql.org; Wed, 18 Mar 2026 15:36:21 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1w2swW-00C0Cp-0S for pgsql-hackers@arkaria.postgresql.org; Wed, 18 Mar 2026 15:36:20 +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 1w2swV-00C0Ch-2n for pgsql-hackers@lists.postgresql.org; Wed, 18 Mar 2026 15:36:19 +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 1w2swR-00000000xFc-2zm4 for pgsql-hackers@lists.postgresql.org; Wed, 18 Mar 2026 15:36:19 +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 62IFZo7o763778; Wed, 18 Mar 2026 11:35:51 -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: <9B50439C-F124-40BC-9CDE-3AF0839A323C@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-913E67E! EB! A8B@yesql.se> <681317.1773844416@sss.pgh.pa.us> <9B50439C-F124-40BC-9CDE-3AF0839A323C@yesql.se> Comments: In-reply-to Daniel Gustafsson message dated "Wed, 18 Mar 2026 15:58:02 +0100" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <763776.1773848150.1@sss.pgh.pa.us> Content-Transfer-Encoding: quoted-printable Date: Wed, 18 Mar 2026 11:35:50 -0400 Message-ID: <763777.1773848150@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Daniel Gustafsson writes: > On 18 Mar 2026, at 15:33, Tom Lane wrote: >> IIRC longfin is using some fairly old hand-built openssl installation. > Thanks for confirming, that matches with my local repro which required b= uilding > 1.1.1 on macOS. Did you build with Apple clang or a a stock clang/gcc? It's been awhile, but I can't imagine that I didn't use Apple's compiler of the time. [ Checks longfin's host... ] The files in that openssl tree are all dated Nov 20 2018, so it's probably due for a refresh in any case. regards, tom lane