Connection using ODBC and SSL

2020-11-21 Thread Corbit, Dann
I figured out that my TLS version was too low in the libpq call and increased it to TLS v1.1 Should I go to 1.2? I am wondering because I do not want to limit compatibility. Once I got past that hurdle, I am getting the error "ssl error: the certificate verify failed" Since I built the certifi

Re: Connection using ODBC and SSL

2020-11-23 Thread Corbit, Dann
Thank you for the assistance. From: Andrew Dunstan Sent: Saturday, November 21, 2020 11:14 To: Corbit, Dann ; PostgreSQL Developers Cc: Luton, Bill ; Fifer, Brian ; Lao, Alexander Subject: Re: Connection using ODBC and SSL On 11/20/20 4:54 PM, Corbit, Dann