Skip to content

Commit fa3bd8d

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 4534a1e commit fa3bd8d

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
@@ -8188,7 +8188,7 @@ ldap://ldap.acme.com/cn=dbserver,cn=hosts?pgconnectinfo?base?(objectclass=*)
81888188
<row>
81898189
<entry><filename>~/.postgresql/postgresql.crt</filename></entry>
81908190
<entry>client certificate</entry>
8191-
<entry>requested by server</entry>
8191+
<entry>sent to server</entry>
81928192
</row>
81938193

81948194
<row>

0 commit comments

Comments
 (0)