From baf6b048aa875e3ebc3e345dadc72d41a1927cd8 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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index f5fc9f0439..54092cc83c 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -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