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 1wKGGz-000mGT-36 for pgsql-odbc@arkaria.postgresql.org; Tue, 05 May 2026 13:57:17 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1wKGGx-00CTV9-0H for pgsql-odbc@arkaria.postgresql.org; Tue, 05 May 2026 13:57:15 +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 1wKGGw-00CTV1-2o for pgsql-odbc@lists.postgresql.org; Tue, 05 May 2026 13:57:14 +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 1wKGGu-00000000eO0-2YNW for pgsql-odbc@lists.postgresql.org; Tue, 05 May 2026 13:57:14 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.18.1/8.18.1) with ESMTP id 645Dv3CD509658; Tue, 5 May 2026 09:57:03 -0400 From: Tom Lane To: arun nair cc: pgsql-odbc@lists.postgresql.org Subject: Re: ODBC SSL connection issue on Solaris with PostgreSQL 18 (OpenSSL 1.0.2) In-reply-to: References: Comments: In-reply-to arun nair message dated "Mon, 04 May 2026 19:16:28 +0530" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <509656.1777989423.1@sss.pgh.pa.us> Date: Tue, 05 May 2026 09:57:03 -0400 Message-ID: <509657.1777989423@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk arun nair writes: > Is there any supported way to enable SSL connectivity on Solaris with > OpenSSL 1.0.2, or is upgrading OpenSSL the only option? Use a pre-v18 Postgres branch. regards, tom lane