Re: php connection failure

From: ourdiaspora <ourdiaspora(at)protonmail(dot)com>
To: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
Cc: "pgsql-general(at)lists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: php connection failure
Date: 2021-08-07 23:57:39
Message-ID: EQO0tDrb15t3CkebYwOmYTDvnnM9tXtIim4ON9rYCu9kPoXKgbnU6zvCv81NhdMxLduxD7-jsCo0K7ZR67qhlVKuNin_cobSURQcnRRVJ5o=@protonmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


On Sunday, August 8th, 2021 at 12:50 AM, David G. Johnston <david(dot)g(dot)johnston(at)gmail(dot)com> wrote:

> On Saturday, August 7, 2021, ourdiaspora <ourdiaspora(at)protonmail(dot)com> wrote:
>
> > SHOW hba_file;
> >
> >         /etc/postgresql/9.6/main/pg_hba.conf
>
> Please post the contents of this file.  The one shown at the link is invalid.

local all postgres peer

# TYPE DATABASE USER ADDRESS METHOD

# "local" is for Unix domain socket connections only
local all all peer
# IPv4 local connections:
host all all 127.0.0.1/32 md5
# IPv6 local connections:
host all all ::1/128 md5
# Allow replication connections from localhost, by a user with the
# replication privilege.
#local replication postgres peer
#host replication postgres 127.0.0.1/32 md5
#host replication postgres ::1/128 md5
local cpacweb cpaca trust

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message David G. Johnston 2021-08-08 00:01:17 Re: php connection failure
Previous Message ourdiaspora 2021-08-07 23:54:04 Re: php connection failure