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 parent4cbecda commit8c4fdfbCopy full SHA for 8c4fdfb
doc/src/sgml/libpq.sgml
@@ -7144,7 +7144,7 @@ ldap://ldap.acme.com/cn=dbserver,cn=hosts?pgconnectinfo?base?(objectclass=*)
7144
For backwards compatibility with earlier versions of PostgreSQL, if a
7145
root CA file exists, the behavior of
7146
<literal>sslmode</literal>=<literal>require</literal> will be the same
7147
- as that of <literal>verify-ca</literal>, meaning thesever certificate
+ as that of <literal>verify-ca</literal>, meaning theserver certificate
7148
is validated against the CA. Relying on this behavior is discouraged,
7149
and applications that need certificate validation should always use
7150
<literal>verify-ca</literal> or <literal>verify-full</literal>.