Re: Delays between "connection received" and "connection authenticated" because of localhost entries in hba

From: Greg Sabino Mullane <htamfids(at)gmail(dot)com>
To: "Daniel Westermann (DWE)" <daniel(dot)westermann(at)dbi-services(dot)com>
Cc: Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>, "pgsql-general(at)lists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: Delays between "connection received" and "connection authenticated" because of localhost entries in hba
Date: 2024-10-30 14:22:42
Message-ID: CAKAnmmKJ5PP4W=xDLsddoCUVGexOr_EVAG--jH7KGC-FBOB1Zg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I'd echo the suggestion to strace this. You can use the pre_auth_delay
setting to help facilitate that. See:

https://www.postgresql.org/docs/current/runtime-config-developer.html

Cheers,
Greg

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2024-10-30 14:49:15 Re: Delays between "connection received" and "connection authenticated" because of localhost entries in hba
Previous Message Vijaykumar Jain 2024-10-30 11:39:30 Re: Random memory related errors on live postgres 14.13 instance on Ubuntu 22.04 LTS