On Mon, May 04, 2026 at 07:16:28PM +0530, arun nair wrote: > 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. > ... > 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
Hi Arun, Could you use a statically linked program like stunnel to provide the higher SSL version support. You would connect to it locally. Regards, Ken
