connection failures on forked processes - Mailing list pgadmin-hackers

From Jim Popovitch
Subject connection failures on forked processes
Date
Msg-id CANBrmJU72Y-9iAa253txSc3gHYOMPvGRHcPRfzt5gxMPH7Km2Q@mail.gmail.com
Whole thread Raw
Responses Re: connection failures on forked processes  (Aditya Toshniwal <aditya.toshniwal@enterprisedb.com>)
List pgadmin-hackers
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.
Attachment

pgadmin-hackers by date:

Previous
From: Yogesh Mahajan
Date:
Subject: Re: Feature #7178 - PostgreSQL deployment on Microsoft Azure
Next
From: Aditya Toshniwal
Date:
Subject: Re: connection failures on forked processes