-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
Description
Starting yesterday with the upgrade to 8.4.2, connections now fail with the error message: error: connection requires a valid client certificate
.
It appears that the switch to making the ssl key not enumerable means that the key is no longer copied because Object.assign() only works with enumerable properties.
This became much trickier to debug since the pg dependency on pg-pool allows for minor version upgrades. We downgraded to 7.17.0 to fix things for the short term.
Thanks
Yonom, vieira, paul-maxime, akashkrishnan, flo-sch and 2 more