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
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:
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.
Things I've tried:
- Searching the web. I found no applicable info.
- Raising the issue with Microsoft. They have not provided an answer.