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

Re: Connection using ODBC and SSL

2020-11-21 Thread Andrew Dunstan
On 11/20/20 4:54 PM, Corbit, Dann wrote: > > I would like to have all my certificates and keys on the same machine > (localhost for local connections and dcorbit for tcp/ip). > I found a couple tutorials and tried them but it failed. > I saw one document that said the common name should be the po

Re: Connection using ODBC and SSL

2020-11-21 Thread Tom Lane
"Corbit, Dann" writes: > 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. PG 13 and up consider that 1.2 is the *minimum* secure version. Quoting from the commit l