Re: connection failures on forked processes

2022-06-12 Thread Aditya Toshniwal
Hi Jim, This is the pgAdmin mailing list. pgsql-hack...@postgresql.org is the email which might help. On Fri, Jun 10, 2022 at 9:07 PM Jim Popovitch < jim.popovi...@replatformtech.com> wrote: > Hello! > > We are seeing connection failures when using "sslmode=require" on forked > connections. At

connection failures on forked processes

2022-06-10 Thread Jim Popovitch
Hello! We are seeing connection failures when using "sslmode=require" on forked connections. Attached is example code that makes 2 passes. The first pass uses "sslmode=disable" and the second uses "sslmode=require". The first pass completes successfully, but the second pass fails. I'm looking f