Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit d0ea1db

Browse files
committed
Fix reference to "verify-ca" and "verify-full" in a note in the docs.
1 parent 24b9680 commit d0ea1db

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
@@ -6745,7 +6745,7 @@ ldap://ldap.acme.com/cn=dbserver,cn=hosts?pgconnectinfo?base?(objectclass=*)
67456745
as that of <literal>verify-ca</literal>, meaning the sever certificate
67466746
is validated against the CA. Relying on this behavior is discouraged,
67476747
and applications that need certificate validation should always use
6748-
<literal>validate-ca</literal> or <literal>validate-full</literal>.
6748+
<literal>verify-ca</literal> or <literal>verify-full</literal>.
67496749
</para>
67506750
</note>
67516751
</sect2>

0 commit comments

Comments
 (0)