Are you sure you restarted or restarted PostgreSQL after changing pg_hba.conf?
If yes, enter this command from the postgres (shell) system account:
psql -qAt -c "show hba_file" | xargs grep -v -E '^[[:space:]]*#'
If this does not help, show us the output of the command.
user80168
source
share