Re: connection failures on forked processes - Mailing list pgadmin-hackers

From Aditya Toshniwal
Subject Re: connection failures on forked processes
Date
Msg-id CAM9w-_nHfyR=QoGM1eKpQn91Jx07g4KjKJE+VZEthDzePsvZJQ@mail.gmail.com
Whole thread Raw
In response to connection failures on forked processes  (Jim Popovitch <jim.popovitch@replatformtech.com>)
List pgadmin-hackers
Hi Jim,

This is the pgAdmin mailing list. pgsql-hackers@postgresql.org is the email which might help.

On Fri, Jun 10, 2022 at 9:07 PM Jim Popovitch <jim.popovitch@replatformtech.com> wrote:
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 for insight as to why this might be happening.

Note: we are very aware of the dev notes about forking, however know that we are not sharing the forked connection, we simply open the connection in the parent thread and then pass that to the child thread to use.

Thank you for any insight,

-Jim P.


--
Thanks,
Aditya Toshniwal
pgAdmin Hacker | Software Architect | edbpostgres.com
"Don't Complain about Heat, Plant a TREE"

pgadmin-hackers by date:

Previous
From: Jim Popovitch
Date:
Subject: connection failures on forked processes
Next
From: Aditya Toshniwal
Date:
Subject: [pgAdmin][RM7468] Query history empty