ODBC SSL connection issue on Solaris with PostgreSQL 18 (OpenSSL 1.0.2)

From: arun nair <arun18(dot)nair(at)gmail(dot)com>
To: pgsql-general(at)lists(dot)postgresql(dot)org, pgsql-odbc(at)lists(dot)postgresql(dot)org
Subject: ODBC SSL connection issue on Solaris with PostgreSQL 18 (OpenSSL 1.0.2)
Date: 2026-05-04 13:46:28
Message-ID: CABv4_i9=hL2rQY1-nt-6XqemdnTtp_jGO2mXKLR+aafvoNMDRA@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-odbc

Hi Team,

I am trying to configure PostgreSQL ODBC connectivity from an Oracle
Solaris server.
Since Solaris does not provide prebuilt PostgreSQL ODBC packages like
RHEL-based systems, the official PostgreSQL ODBC source code was downloaded
from the PostgreSQL repository and compile on the server.

Environment:
- OS: Solaris
- GCP CloudSQL PostgreSQL Server: Version 18
- ODBC Driver: psqlODBC 16
- PostgreSQL Client (libpq): 18
- OpenSSL: 1.0.2zj

Issue:
Connection fails with error:
"pg_hba.conf rejects connection ... no encryption"

Observation:
- PostgreSQL server enforces SSL (TLS 1.2+)
- Client build does not support SSL due to OpenSSL version
- PostgreSQL configure fails when enabling SSL:
"OpenSSL version >= 1.1.1 is required"

Question:
Is there any supported way to enable SSL connectivity on Solaris with
OpenSSL 1.0.2, or is upgrading OpenSSL the only option?

Thanks,
Arun

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Daniel Verite 2026-05-04 19:34:00 Re: Choosing default collation/ctype
Previous Message Amit Kapila 2026-05-04 12:23:04 Re: Support logical replication of DDLs, take2

Browse pgsql-odbc by date

  From Date Subject
Next Message Daniel Gustafsson 2026-05-05 08:49:28 Re: ODBC SSL connection issue on Solaris with PostgreSQL 18 (OpenSSL 1.0.2)
Previous Message Igor Korot 2026-04-21 05:33:33 Re: Does included columns part of the PK