Skip to content

Commit b8d7688

Browse files
committed
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
1 parent b439adc commit b8d7688

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/libpq.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8028,7 +8028,7 @@ ldap://ldap.acme.com/cn=dbserver,cn=hosts?pgconnectinfo?base?(objectclass=*)
80288028
<row>
80298029
<entry><filename>~/.postgresql/postgresql.crt</filename></entry>
80308030
<entry>client certificate</entry>
8031-
<entry>requested by server</entry>
8031+
<entry>sent to server</entry>
80328032
</row>
80338033

80348034
<row>

0 commit comments

Comments
 (0)