Re: SSL TAP test fails due to default client certs. - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: SSL TAP test fails due to default client certs.
Date
Msg-id 20200804054358.GA2091@paquier.xyz
Whole thread Raw
In response to SSL TAP test fails due to default client certs.  (Kyotaro Horiguchi <horikyota.ntt@gmail.com>)
Responses Re: SSL TAP test fails due to default client certs.  (Kyotaro Horiguchi <horikyota.ntt@gmail.com>)
List pgsql-hackers
On Tue, Aug 04, 2020 at 12:00:33PM +0900, Kyotaro Horiguchi wrote:
> While poking at ssl code, I noticed that 002_scram.pl fails if
> ~/.postgresql/root.crt exists.  This has been fixed once but
> d6e612f837 reintroduced one. The attached fixes that. Applies to
> 14devel and 13.

Indeed, applied.  I can reproduce the failure easily, and bdd6e9b is
the previous fix you are mentioning.  It is the only test where we
don't rely on an $common_connstr that sets sslcert and sslrootcert to
an invalid value, so the rest looks fine.
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Amit Kapila
Date:
Subject: Re: PATCH: logical_work_mem and logical streaming of large in-progress transactions
Next
From: Thomas Munro
Date:
Subject: Re: Handing off SLRU fsyncs to the checkpointer