From e33e0c43fe95970760a6923e3c1da0cbb8ad5eef Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 4 Nov 2008 22:40:40 +0000 Subject: [PATCH] Document that SSL is only possible on tcp/ip connections in the postgresql.conf 'ssl' section. --- doc/src/sgml/config.sgml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 94fc5ef611f..a90009e900b 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -1,4 +1,4 @@ - + Server Configuration @@ -565,7 +565,8 @@ SET ENABLE_SEQSCAN TO OFF; Enables SSL connections. Please read before using this. The default is off. This parameter can only be set at server - start. + start. SSL communication is only possible with + TCP/IP connections. -- 2.39.5