> On 30 Nov 2021, at 11:50, Daniel Gustafsson <dgustafs...@postgresql.org> > wrote: > > Add TAP tests for contrib/sslinfo
This just failed on fairywren with the below: not ok 1 - certificate authorization succeeds with correct client cert in PEM format # Failed test 'certificate authorization succeeds with correct client cert in PEM format' # at t/003_sslinfo.pl line 71. # got: '2' # expected: '0' connection error: 'psql: error: connection to server at "127.0.0.1", port 60695 failed: certificate present, but not private key file "/home/pgrunner/bf/root/HEAD/pgsql.build/src/test/ssl/tmp_check/client_ext.key"' while running 'psql -XAtq -d sslrootcert=ssl/root+server_ca.crt sslmode=require dbname=certdb hostaddr=127.0.0.1 user=ssltestuser sslcert=ssl/client_ext.crt sslkey=/home/pgrunner/bf/root/HEAD/pgsql.build/src/test/ssl/tmp_check/client_ext.key -f - -v ON_ERROR_STOP=1' at /home/pgrunner/bf/root/HEAD/pgsql.build/../pgsql/src/test/perl/PostgreSQL/Test/Cluster.pm line 1807. ..which is odd, since the key was copied to tmp_check earlier in the test and passed that. The 001 and 002 tests do the same kind of copying and there it worked, so it seems a tad odd. Does anyone have any ideas on insights here? -- Daniel Gustafsson https://vmware.com/