Hi,
On Mon, Jan 17, 2022 at 03:09:11PM +0100, Daniel Gustafsson wrote:
>
> I must've fat-fingered the "git add -p" for v50 as the fix was in configure.ac
> but not configure. Fixed now.
Thanks! Apparently this version now fails on all OS, e.g.:
https://cirrus-ci.com/task/4643868095283200
[22:17:39.965] # Failed test 'certificate authorization succeeds with correct client cert in PEM format'
[22:17:39.965] # at t/001_ssltests.pl line 456.
[22:17:39.965] # got: '2'
[22:17:39.965] # expected: '0'
[22:17:39.965]
[22:17:39.965] # Failed test 'certificate authorization succeeds with correct client cert in PEM format: no stderr'
[22:17:39.965] # at t/001_ssltests.pl line 456.
[22:17:39.965] # got: 'psql: error: connection to server at "127.0.0.1", port 50023 failed: certificate
present,but not private key file "/home/postgres/.postgresql/postgresql.key"'
[22:17:39.965] # expected: ''
[22:17:39.965]
[22:17:39.965] # Failed test 'certificate authorization succeeds with correct client cert in DER format'
[22:17:39.965] # at t/001_ssltests.pl line 475.
[22:17:39.965] # got: '2'
[22:17:39.965] # expected: '0'
[...]