Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfa6fa8e

Browse files
committed
This patch attempts to outline the supported level of SSL within libpq.
I haven't mentioned any of~/.postgresql/{root.crt,postgresql.crt,postresql.key} even though theyare checked for in the code, since they do not appear to be supported. Ibase this on discussions in pgsql-hackers.Dominic Mitchell
1 parentfb755b6 commitfa6fa8e

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

‎doc/src/sgml/libpq.sgml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.162 2004/08/19 16:39:13 momjian Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.163 2004/09/23 13:31:09 momjian Exp $
33
-->
44

55
<chapter id="libpq">
@@ -240,6 +240,15 @@ PGconn *PQconnectdb(const char *conninfo);
240240
connection.<indexterm><primary>SSL</><secondary
241241
sortas="libpq">with libpq</></indexterm>
242242
</para>
243+
244+
<para>
245+
Please note that <acronym>SSL</> support in libpq covers
246+
encryption only. It will not verify the validity of the
247+
certificate presented by the server that you are connecting to,
248+
nor verify that the hostname matches that of the server's
249+
certificate. Additionally, there is no support for client
250+
certificates.
251+
</para>
243252
</listitem>
244253
</varlistentry>
245254

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp