diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index 3b340364b5e66393bc382d19143b4034880a5422..e39302e178c036d32260e924b0c8a72390593a88 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -1,5 +1,5 @@ @@ -240,6 +240,15 @@ PGconn *PQconnectdb(const char *conninfo); connection.SSLwith libpq + + + Please note that SSL support in libpq covers + encryption only. It will not verify the validity of the + certificate presented by the server that you are connecting to, + nor verify that the hostname matches that of the server's + certificate. Additionally, there is no support for client + certificates. +