Re: [PATCH v20] GSSAPI encryption support
Stephen Frost <sfrost@snowman.net>
From: Stephen Frost <sfrost@snowman.net>
To: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
Cc: Alvaro Herrera <alvherre@2ndquadrant.com>,
David Steele <david@pgmasters.net>, Joe Conway <mail@joeconway.com>, Magnus Hagander <magnus@hagander.net>, Michael Paquier <michael@paquier.xyz>, Nico Williams <nico@cryptonector.com>, PostgreSQL-development <pgsql-hackers@postgresql.org>,
Robbie Harwood <rharwood@redhat.com>
Date: 2019-04-04T11:50:33Z
Lists: pgsql-hackers
Greetings, On Thu, Apr 4, 2019 at 05:20 Peter Eisentraut < peter.eisentraut@2ndquadrant.com> wrote: > Kerberos tests are now failing for me (macOS). I'm seeing > > psql: error: could not connect to server: Over-size error packet sent by > the server. > not ok 3 - GSS encryption without auth > > # Failed test 'GSS encryption without auth' > # at t/002_enc.pl line 170. > # got: '2' > # expected: '0' > > (and repeated for several other tests). Interesting, they work locally for me on Ubuntu. Unfortunately, I don’t have macOS. This only happens when encryption is being used, presumably? GSS authentication is still working fine? Thanks, Stephen
Commits
-
GSSAPI encryption support
- b0b39f72b990 12.0 landed
-
Fix typo
- 57c932475504 9.6.0 cited