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

From: "Daniel Westermann (DWE)" <daniel(dot)westermann(at)dbi-services(dot)com>
To: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>, "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-29 17:42:45
Message-ID: GV0P278MB0419206FD180B746F01413F8D24B2@GV0P278MB0419.CHEP278.PROD.OUTLOOK.COM
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> 1) host=xx.xx.xx.100 = localhost?

No, it is not

> 2) In postgresql.conf what is listen_addresses set to?

*

> 3) What are the settings in /etc/hosts?

Standard Ubuntu settings:

127.0.0.1 localhost
127.0.1.1 abc cde

# The following lines are desirable for IPv6 capable hosts
::1 localhost ip6-localhost ip6-loopback
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters

Regards
Daniel

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2024-10-29 18:03:30 Re: Delays between "connection received" and "connection authenticated" because of localhost entries in hba
Previous Message Tom Lane 2024-10-29 17:06:12 Re: Delays between "connection received" and "connection authenticated" because of localhost entries in hba