When i'm trying to my database in Azure from intelij i always getting this error: PS Access in Azure is on
The specified database user/password combination is rejected: [28000] FATAL: no pg_hba.conf entry for host "37.140.21.90", user "xxx", database "xxx", SSL on
my pg_hba.conf:
host all all ::1/128 md5
host replication all 127.0.0.1/32 md5
host replication all ::1/128 md5
host all all all md5
local all all trust