SSL TAP test fails due to default client certs.

From: Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: SSL TAP test fails due to default client certs.
Date: 2020-08-04 03:00:33
Message-ID: 20200804.120033.31225582282178001.horikyota.ntt@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello.

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.

regards.

--
Kyotaro Horiguchi
NTT Open Source Software Center

Attachment Content-Type Size
0001-Avoid-using-foreign-certificates-in-a-ssl-test.patch text/x-patch 1.2 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David Fetter 2020-08-04 03:07:51 Clarifying the ImportForeignSchema API
Previous Message Thomas Munro 2020-08-04 02:21:28 Re: Cache relation sizes?