Build ODBC Drivers for Solaris with TLS support

From: "Jensen, David E" <djensen8(at)dxc(dot)com>
To: "pgsql-odbc(at)postgresql(dot)org" <pgsql-odbc(at)postgresql(dot)org>
Subject: Build ODBC Drivers for Solaris with TLS support
Date: 2020-10-22 23:16:54
Message-ID: BL0PR01MB45306D4C9EEB51C4899006728F1D0@BL0PR01MB4530.prod.exchangelabs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Hello,

I'm supporting a project that is migrating a database from on-prem Oracle to Azure PostgreSQL. There are DB links from one oracle DB to the one that is migrating. The on-prem Oracle DB is on Solaris, so we have built unixODBC, and pulled the source for the ODBC PostgreSQL drivers and built them too.

Using isql to try and connect we received an error about setting SSL options because the Azure system is set to require SSL on the connections. If I add sslmode = require in the odbc.ini, we get and error about using ssl options are invalid when SSL support is not compiled in. I see mention the ODBC driver supports SSL, but cannot see how to run configure to have it compiled it.

Is there any direction you can provide on this? It would be much appreciated.

Thank you!
David

David Jensen
Senior Professional: Programmer Analyst, Global Outsourcing Services

T +1 610.624.3401
djensen8(at)dxc(dot)com

DXC Technology
Virtual Office
Pen Argyl, PA 18072

dxc.technology<http://www.dxc.technology/> / Twitter<https://twitter.com/dxctechnology> / Facebook<https://www.facebook.com/DXCTechnology/> / LinkedIn<https://www.linkedin.com/company/dxctechnology>

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Heikki Linnakangas 2020-10-23 10:13:04 Re: Build ODBC Drivers for Solaris with TLS support
Previous Message Michael Paquier 2020-10-15 08:12:03 Re: setLastTid() and currtid()