Skip to content
Snippets Groups Projects
Commit 822ff44c authored by Heikki Linnakangas's avatar Heikki Linnakangas
Browse files

Fix typo in user manual

parent 54685338
Branches
Tags
No related merge requests found
...@@ -7158,7 +7158,7 @@ ldap://ldap.acme.com/cn=dbserver,cn=hosts?pgconnectinfo?base?(objectclass=*) ...@@ -7158,7 +7158,7 @@ ldap://ldap.acme.com/cn=dbserver,cn=hosts?pgconnectinfo?base?(objectclass=*)
For backwards compatibility with earlier versions of PostgreSQL, if a For backwards compatibility with earlier versions of PostgreSQL, if a
root CA file exists, the behavior of root CA file exists, the behavior of
<literal>sslmode</literal>=<literal>require</literal> will be the same <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, is validated against the CA. Relying on this behavior is discouraged,
and applications that need certificate validation should always use and applications that need certificate validation should always use
<literal>verify-ca</literal> or <literal>verify-full</literal>. <literal>verify-ca</literal> or <literal>verify-full</literal>.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment