diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index 0a6fbcf056f2d3ea3a77ef28d65e127343c3e8f9..23cb213a033870a998a1b661f5f5be22480c88d2 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -7029,7 +7029,7 @@ ldap://ldap.acme.com/cn=dbserver,cn=hosts?pgconnectinfo?base?(objectclass=*) For backwards compatibility with earlier versions of PostgreSQL, if a root CA file exists, the behavior of <literal>sslmode</literal>=<literal>require</literal> will be the same - as that of <literal>verify-ca</literal>, meaning the sever certificate + as that of <literal>verify-ca</literal>, meaning the server certificate is validated against the CA. Relying on this behavior is discouraged, and applications that need certificate validation should always use <literal>verify-ca</literal> or <literal>verify-full</literal>.