Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1iXQVb-00039J-Aq for pgsql-docs@arkaria.postgresql.org; Wed, 20 Nov 2019 13:59:03 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1iXQVa-0001UI-0a for pgsql-docs@arkaria.postgresql.org; Wed, 20 Nov 2019 13:59:02 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1iXQVZ-0001Oj-LC for pgsql-docs@lists.postgresql.org; Wed, 20 Nov 2019 13:59:01 +0000 Received: from smtp2.outgoing.loopia.se ([93.188.3.37]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1iXQVW-000141-RX for pgsql-docs@lists.postgresql.org; Wed, 20 Nov 2019 13:59:00 +0000 Received: from s807.loopia.se (localhost [127.0.0.1]) by s807.loopia.se (Postfix) with ESMTP id B0FD02E55E24 for ; Wed, 20 Nov 2019 14:58:55 +0100 (CET) Received: from s499.loopia.se (unknown [172.22.191.6]) by s807.loopia.se (Postfix) with ESMTP id 929342E2CF1E; Wed, 20 Nov 2019 14:58:55 +0100 (CET) Received: from s475.loopia.se (unknown [172.22.191.5]) by s499.loopia.se (Postfix) with ESMTP id 8D7591CDAE48; Wed, 20 Nov 2019 14:58:55 +0100 (CET) X-Virus-Scanned: amavisd-new at amavis.loopia.se X-Spam-Flag: NO X-Spam-Score: -1 X-Spam-Level: X-Spam-Status: No, score=-1 tagged_above=-999 required=6.2 tests=[ALL_TRUSTED=-1] autolearn=disabled Received: from s500.loopia.se ([172.22.191.5]) by s475.loopia.se (s475.loopia.se [172.22.190.15]) (amavisd-new, port 10024) with UTF8LMTP id dSUaGQuKnuyN; Wed, 20 Nov 2019 14:58:55 +0100 (CET) X-Loopia-Auth: user X-Loopia-User: daniel@yesql.se X-Loopia-Originating-IP: 89.255.232.193 Received: from [192.168.72.43] (customer-89-255-232-193.stosn.net [89.255.232.193]) (Authenticated sender: daniel@yesql.se) by s500.loopia.se (Postfix) with ESMTPSA id 303DF1E146B5; Wed, 20 Nov 2019 14:58:55 +0100 (CET) From: Daniel Gustafsson Content-Type: multipart/mixed; boundary="Apple-Mail=_42B569EA-AD05-496A-A95F-8793CC0077B1" Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.11\)) Subject: Odd markup in SSL mode table Message-Id: Date: Wed, 20 Nov 2019 14:58:54 +0100 Cc: Magnus Hagander To: pgsql-docs@lists.postgresql.org X-Mailer: Apple Mail (2.3445.104.11) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --Apple-Mail=_42B569EA-AD05-496A-A95F-8793CC0077B1 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii In the SSL mode table (33.1), one of the "MITM Protection" values is set = using while seemingly being normal text. It has been like this = since added in af2cf3be03f284aa12a07bce2b95d4a2768b290f, but I can't figure out why, = and it makes it look odd IMO. Any reason not to apply the attached and remote the tags to = make the row in question formatted like the other rows in the table? cheers ./daniel --Apple-Mail=_42B569EA-AD05-496A-A95F-8793CC0077B1 Content-Disposition: attachment; filename=ca-policy.diff Content-Type: application/octet-stream; x-unix-mode=0644; name="ca-policy.diff" Content-Transfer-Encoding: 7bit diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index 258b09cf8e..860b95a320 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -7635,7 +7635,7 @@ ldap://ldap.acme.com/cn=dbserver,cn=hosts?pgconnectinfo?base?(objectclass=*) verify-ca Yes - Depends on CA-policy + Depends on CA-policy I want my data encrypted, and I accept the overhead. I want to be sure that I connect to a server that I trust. --Apple-Mail=_42B569EA-AD05-496A-A95F-8793CC0077B1--