postgresql 9.1 - pgpool-II connection pooling - ERROR: "MD5" authentication with pgpool failed -
using following connection pooling no master_slave or replication: rhel 6, postgresql 9.1.9, & pgpool-ii 3.1.3 (also tried 3.2.5)
followed solution suggested in http://www.pgpool.net/pipermail/pgpool-general/2013-may/001773.html
after following instructions md5 tried setting both pg_hba.conf , pool_hba.conf trust local , subnet, still following error when attempting connect pool locally:
error: "md5" authentication pgpool failed user foo
tried locally on fedora 18 pg9.2 , pgpool fedora repo , worked right out of box.
at end of routes suggested everywhere find.
help appreciated.
after having hit same problem solution change ownership of pool_passwd file postgres.
even though file has 644 permission, if owner isn't postgres you'll aforementioned error. guess file's owner , user running pgpool must match.
i'm running posgresql 9.2 , pgpool-ii 3.3.2, btw.
Comments
Post a Comment