We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent5468533 commit822ff44Copy full SHA for 822ff44
doc/src/sgml/libpq.sgml
@@ -7158,7 +7158,7 @@ ldap://ldap.acme.com/cn=dbserver,cn=hosts?pgconnectinfo?base?(objectclass=*)
7158
For backwards compatibility with earlier versions of PostgreSQL, if a
7159
root CA file exists, the behavior of
7160
<literal>sslmode</literal>=<literal>require</literal> will be the same
7161
- as that of <literal>verify-ca</literal>, meaning thesever certificate
+ as that of <literal>verify-ca</literal>, meaning theserver certificate
7162
is validated against the CA. Relying on this behavior is discouraged,
7163
and applications that need certificate validation should always use
7164
<literal>verify-ca</literal> or <literal>verify-full</literal>.