Re: Postgres SQLSTATE[08006] [7] timeout expired

Поиск
Список
Период
Сортировка
От Howard Wells
Тема Re: Postgres SQLSTATE[08006] [7] timeout expired
Дата
Msg-id AJn2uYkam0VV5B43FR2uCBr-gLyKWQVINWCbcxOYGcukbYeLvfWhVAXP0L3crHREMOwO8_RstBdlKBEyzPf_qIyxnFRdk7VlWY6RLxc0-TU=@protonmail.com
обсуждение исходный текст
Ответ на Re: Postgres SQLSTATE[08006] [7] timeout expired  (Howard Wells <mr284@protonmail.com>)
Список pgsql-general
I enabled "host  all all 0.0.0.0/0 trust" in pg_hba.conf and restarted Postgres, but I still get the same behavior.  It
lookslike password authentication is not the issue.  I enabled MD5, but I didn't know I would have to do anything else;
fromthis test, that doesn't seem to be the problem.  I'm getting the load balancer info.  Thanks again. 


Howard

‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐
On Sunday, August 25, 2019 12:48 PM, Howard Wells <mr284@protonmail.com> wrote:

> Thanks for the replies. I am getting the information requested by Adrian Klaver. Rob Sargent, I am going to temporary
enablefull trust because the password authentication could be the issue. Then I'll write back. 
>
> Howard
>
> ‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐
> On Sunday, August 25, 2019 12:20 PM, Rob Sargent robjsargent@gmail.com wrote:
>
> > > > > > >
> >
> > > > > > > console.
> > > > > > > The pg_hba.conf has these lines enabled:
> > > > > > > pg_hba.conf:
> > > > > > > host all [username] 0.0.0.0/0 trust
> > > > > > > host all all 0.0.0.0/0 md5
> > > > > > > host all all ::/0 md5
> > > > > > > host all all all
> >
> > Who is encrypting the password?
> >
> > >





В списке pgsql-general по дате отправления:

Предыдущее
От: Howard Wells
Дата:
Сообщение: Re: Postgres SQLSTATE[08006] [7] timeout expired
Следующее
От: David Wall
Дата:
Сообщение: Re: For SELECT statement (just a reading one, no 'FOR UPDATE'), isCOMMIT or ROLLBACK preferred?