| From: | Bruce Momjian <bruce(at)momjian(dot)us> |
|---|---|
| To: | Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com> |
| Cc: | michael(at)paquier(dot)xyz, pgsql-hackers(at)lists(dot)postgresql(dot)org |
| Subject: | Re: "cert" + clientcert=verify-ca in pg_hba.conf? |
| Date: | 2020-10-05 20:07:50 |
| Message-ID: | 20201005200750.GB4993@momjian.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On Mon, Oct 5, 2020 at 02:02:34PM -0400, Bruce Momjian wrote:
> On Mon, Oct 5, 2020 at 10:25:08AM +0900, Kyotaro Horiguchi wrote:
> > > > >From 2978479ada887284eae0ed36c8acf29f1a002feb Mon Sep 17 00:00:00 2001
> > > > From: Kyotaro Horiguchi <horikyoga(dot)ntt(at)gmail(dot)com>
> > > > Date: Tue, 21 Jul 2020 23:01:27 +0900
> > > > Subject: [PATCH v2] Allow directory name for GUC ssl_crl_file and connection
> > > > option sslcrl
> > > >
> > > > X509_STORE_load_locations accepts a directory, which leads to
> > > > on-demand loading method with which method only relevant CRLs are
> > > > loaded.
> > >
> > > Uh, I think this CRL patch is the wrong patch. This thread is about the
> > > clientcert=verify-ca in pg_hba.conf. I will use the patch I developed
> > > and posted on Tue, 1 Sep 2020 11:47:34 -0400 in this thread.
> >
> > Mmmm. Sorry for the silly mistake. I'm confused with another one.
> >
> > FWIW, the cause is a rewording of "cannot" to "can not". This is the
> > right one.
>
> Yes, that is the version I was going to apply. I will do it today.
> Thanks.
Patch applied to master, and the first paragraph diff was applied to PG
12-13 too.
--
Bruce Momjian <bruce(at)momjian(dot)us> https://momjian.us
EnterpriseDB https://enterprisedb.com
The usefulness of a cup is in its emptiness, Bruce Lee
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Justin Pryzby | 2020-10-05 20:08:32 | Re: 回复:how to create index concurrently on partitioned table |
| Previous Message | Justin Pryzby | 2020-10-05 19:19:22 | Re: Probable documentation errors or improvements |