libpq.sgml: "server ejectes GSS" -> server rejects GSS
Started by Erik Rijkersalmost 2 years ago2 messages
Typo. fix:
- attempted first. If the server ejectes GSS encryption, SSL is
+ attempted first. If the server rejects GSS encryption, SSL is
Erik
Attachments:
libpq.sgml.difftext/x-patch; charset=UTF-8; name=libpq.sgml.diffDownload
--- doc/src/sgml/libpq.sgml.orig 2024-04-09 06:28:36.254541932 +0200
+++ doc/src/sgml/libpq.sgml 2024-04-09 06:30:55.818541454 +0200
@@ -1820,7 +1820,7 @@
<para>
Note that if <literal>gssencmode</literal> is set
to <literal>prefer</literal>, a <acronym>GSS</acronym> connection is
- attempted first. If the server ejectes GSS encryption, SSL is
+ attempted first. If the server rejects GSS encryption, SSL is
negotiated over the same TCP connection using the traditional postgres
protocol, regardless of <literal>sslnegotiation</literal>. In other
words, the direct SSL handshake is not used, if a TCP connection has
Re: libpq.sgml: "server ejectes GSS" -> server rejects GSS
On 09/04/2024 07:40, Erik Rijkers wrote:
Typo. fix:
- attempted first. If the server ejectes GSS encryption, SSL is + attempted first. If the server rejects GSS encryption, SSL is
Fixed, thanks!
--
Heikki Linnakangas
Neon (https://neon.tech)