On Fri, 2024-02-09 at 15:04 +0530, Sanjay Minni wrote:
> for the second user/role over vpn
> even with md5 I get the error:
> P3Error PostgreSQL password authentication failed for user ""
> am only able to connect if method is "trust". Why is this so
>
> # IPv4 external connections thru VPN
>
Hi,
for the second user/role over vpn
even with md5 I get the error:
P3Error PostgreSQL password authentication failed for user ""
am only able to connect if method is "trust". Why is this so
# IPv4 external connections thru VPN
#TYPE DATABASE USER ADDRESS METHOD
host all
so why do I get a password error when i try to connect 2 users over VPN
from the same machine to the same host with the following settings in
pg_dba.conf - how to find the issue
( user1:user1pwd@ & user2:user2pwd@ )
# IPv4 external connections thru VPN
#TYPE DATABASE USER ADDRESS METHOD
> On 9 Feb 2024, at 08:41, Sanjay Minni wrote:
> while trying to make multiple connects with different role names to a single
> database over VPN i faced a password error issue when trying to connect a
> send user
> It seems I had to change this line in pg_hba.conf and it worked:
>
>`# IPv