From fa3bd8d853edd0f47523f8f0ce3bc74d21cf05f7 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 25 Aug 2020 09:53:12 -0400 Subject: [PATCH] docs: client certificates are always sent to the server They are not "requested" by the server. Reported-by: Kyotaro Horiguchi Discussion: https://postgr.es/m/20200825.155320.986648039251743210.horikyota.ntt@gmail.com Backpatch-through: 9.5 --- doc/src/sgml/libpq.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index 96162e53eb7..c443cc87d1d 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -8188,7 +8188,7 @@ ldap://ldap.acme.com/cn=dbserver,cn=hosts?pgconnectinfo?base?(objectclass=*) ~/.postgresql/postgresql.crt client certificate - requested by server + sent to server