Re: BUG #16897: gssenc request slow connection

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Stephen Frost <sfrost(at)snowman(dot)net>
Cc: rich(dot)crampton(at)gmail(dot)com, pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #16897: gssenc request slow connection
Date: 2021-02-25 19:29:17
Message-ID: 73903.1614281357@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Stephen Frost <sfrost(at)snowman(dot)net> writes:
> What's the version of the libpq library on the client side..? In
> general, while there's an extra packet back and forth because Kerberos /
> GSSAPI is set up on the client / Windows side, once the server says it
> doesn't support GSSENC, libpq should try a non-GSSENC connection right
> away..

I'm wondering if the server DOES say it supports GSSENC, and the delay
is involved in the two sides not realizing they aren't talking to the
same Kerberos/AD servers, or something like that.

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Richard Crampton 2021-02-25 20:00:05 Re: BUG #16897: gssenc request slow connection
Previous Message Richard Crampton 2021-02-25 19:22:52 Re: BUG #16897: gssenc request slow connection