Re: Failing GSSAPI TCP when connecting to server

2024-09-30 Thread Peter
Hello Folks, Thanks for Your inspiration; and I made some progress (found a way to avoid the issue). The issue is most likely not related to postgres. Ron Johnson said: >> A configuration problem on the machine(s) can be ruled out, > Famous last words. Trust me. :) > Is there a way to test

Re: Failing GSSAPI TCP when connecting to server

2024-09-29 Thread Tom Lane
Ron Johnson writes: > On Sun, Sep 29, 2024 at 2:00 PM Peter wrote: >> My application is trying to connect the database server, and meanwhile >> tries to talk to the KDC server for a service ticket. >> A configuration problem on the machine(s) can be ruled out, > Famous last words. The TCP trac

Re: Failing GSSAPI TCP when connecting to server

2024-09-29 Thread Ron Johnson
On Sun, Sep 29, 2024 at 2:00 PM Peter wrote: > My application is trying to connect the database server, and meanwhile > tries to talk to the KDC server for a service ticket. > Earlier these TCP connections did run like this, and were successful: > > [snip] > > A configuration problem on the mach