Re: [PATCH] Add `verify-system` sslmode to use system CA pool for server cert
Jacob Champion <jchampion@timescale.com>
From: Jacob Champion <jchampion@timescale.com>
To: Michael Paquier <michael@paquier.xyz>
Cc: thomas@habets.se, pgsql-hackers@postgresql.org, Tom Lane <tgl@sss.pgh.pa.us>, Bruce Momjian <bruce@momjian.us>, Andrew Dunstan <andrew@dunslane.net>
Date: 2022-12-08T23:10:11Z
Lists: pgsql-hackers
Attachments
- since-v3.diff.txt (text/plain)
- v4-0001-libpq-add-sslrootcert-system-to-use-default-CAs.patch (text/x-patch) patch v4-0001
- v4-0002-libpq-force-sslmode-verify-full-for-system-CAs.patch (text/x-patch) patch v4-0002
On Mon, Dec 5, 2022 at 10:53 AM Jacob Champion <jchampion@timescale.com> wrote: > We are not the first using Homebrew to run into this, and best I can > tell, it is a brew-specific bug. The certificate directory that's been > configured isn't actually installed by the formula. (A colleague here > was able to verify the same behavior on their local machine, so it's > not a Cirrus problem.) Correction -- it is installed, but then it's removed during `brew cleanup`. I asked about it over on their discussion board [1]. > (If this is eventually considered a bug in the formula, we'll need to > update to get the fix regardless.) For now, it's worked around in v4. This should finally get the cfbot fully green. (The "since diff" is now in range-diff format; if you use them, let me know if this is more or less useful than before.) Thanks! --Jacob [1] https://github.com/orgs/Homebrew/discussions/4030
Commits
-
ci: Remove OpenSSL 3.1 workaround for missing system CA
- c5e4ec293ea5 16.0 landed
-
Fix errormessage for missing system CA in OpenSSL 3.1
- 0b5d1fb36add 16.0 landed
-
Add MacPorts support to src/test/ldap tests.
- 9517e6e1dd60 11.20 landed
-
Allow to use system CA pool for certificate verification
- 8eda73146527 16.0 landed