diff options
author | Bruce Momjian <bruce@momjian.us> | 2015-01-29 21:20:21 -0500 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2015-01-29 21:20:27 -0500 |
commit | e77043055f5b80bfc173ef67795cb36fdcef7f40 (patch) | |
tree | ff6947fe471cd7aa83348697a963cde9d64b0531 | |
parent | 37507962c3d2123b0f21c50d6172fd0b1e059fe7 (diff) |
doc: clarify libpq's 'verify-full' host name check
Report by David Guyot
-rw-r--r-- | doc/src/sgml/libpq.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index ad104a3a581..e5cab373b86 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -1182,7 +1182,7 @@ postgresql://%2Fvar%2Flib%2Fpostgresql/dbname <para> only try an <acronym>SSL</> connection, verify that the server certificate is issued by a - trusted <acronym>CA</> and that the server host name + trusted <acronym>CA</> and that the requested server host name matches that in the certificate </para> </listitem> |