Re: Connection fails on one system in a address range allowed to connect

2023-11-22 Thread Tom Lane
Laurenz Albe writes: > On Tue, 2023-11-21 at 23:27 +, Johnson, Bruce E - (bjohnson) wrote: >> DBI >> connect('dbname=webdata;host=dhbpostgres.pharmacy.arizona.edu;port=5432','trav',...) >> failed: FATAL: password authentication failed for user "trav" >> FATAL: no pg_hba.conf entry for host

Re: Connection fails on one system in a address range allowed to connect

2023-11-22 Thread Laurenz Albe
On Tue, 2023-11-21 at 23:27 +, Johnson, Bruce E - (bjohnson) wrote: > DBI > connect('dbname=webdata;host=dhbpostgres.pharmacy.arizona.edu;port=5432','trav',...) > failed: FATAL: password authentication failed for user "trav" > FATAL: no pg_hba.conf entry for host "150.135.124.50", user "tra

Re: Connection fails on one system in a address range allowed to connect

2023-11-22 Thread Inzamam Shafiq
you need to allow connection from this IP in your pg_hba file and reload the configurations. From: Johnson, Bruce E - (bjohnson) Sent: Wednesday, November 22, 2023 4:27 AM To: pgsql-general@lists.postgresql.org Subject: Connection fails on one system in a address