Is there a Npgsql release that works with TLS 1.2 and Azure Data Catalog?

552 views Asked by At

could you please advise how I can use Npgsql to enable Azure Data Catalog (ADC) to access an Azure Database for PostgreSQL Server using TLS >= 1.2?

I get the following error when I use the local application for ADC:

  • When I have no Npgsql version installed
  • When I have Npgsql version 4.1.4 installed

Error with ADC and Npgsql

I get the following error when I use the local application for ADC, and have Npgsql version 2.2.4.3 installed, and the Postgres server uses minimum TLS >= 1.1: Error 2 with ADC and Npgsql

I am able to use the local application for ADC to connect to Postgres, when I set the minimum TLS version to 1.0. However my workplace requires TLS 1.2. I am receiving a similar issue in Power BI, so I assume this issue is not specific to ADC. enter image description here

Things I've tried:

0

There are 0 answers