<div dir="ltr"><div>I have an installation I am working on, and I just removed my version 10 installation and decided to go with pgpool-II-11.  When I hardcode the password for the sr_check_user (sr_check_password) into the pgool.conf file, everything works fine. But when I generate the password and put it in the pool_passwd file, i get authentication errors. eg, hardcoded into teh pgpool.conf:</div><div>sr_check_user=&#39;postgres&#39;</div><div>sr_check_password=&#39;pass4321&#39;<br></div><div><br></div><div>works fine.</div><div>but when I run this:</div><div><br></div><div>pg_md5 -m -f /etc/pgpool-II-11/pgpool.conf -u postgres</div><div>password: &lt;entered the same password&gt;</div><div><br></div><div>I get the errors below.</div><div><br></div><div>Jul 12 11:01:25 pgpool1 pgpool[3845]: [243-1] 2019-07-12 11:01:25: pid 3845: ERROR:  authentication failed<br>Jul 12 11:01:25 pgpool1 pgpool[3845]: [243-2] 2019-07-12 11:01:25: pid 3845: DETAIL:  password authentication failed for user &quot;postgres&quot;<br>Jul 12 11:01:25 pgpool1 pgpool[3845]: [244-1] 2019-07-12 11:01:25: pid 3845: LOG:  find_primary_node: make_persistent_db_connection_noerror failed on node 1<br>Jul 12 11:01:26 pgpool1 pgpool[3845]: [245-1] 2019-07-12 11:01:26: pid 3845: ERROR:  authentication failed<br>Jul 12 11:01:26 pgpool1 pgpool[3845]: [245-2] 2019-07-12 11:01:26: pid 3845: DETAIL:  password authentication failed for user &quot;postgres&quot;<br>Jul 12 11:01:26 pgpool1 pgpool[3845]: [246-1] 2019-07-12 11:01:26: pid 3845: LOG:  find_primary_node: make_persistent_db_connection_noerror failed on node 0<br>Jul 12 11:01:26 pgpool1 pgpool[3845]: [247-1] 2019-07-12 11:01:26: pid 3845: ERROR:  authentication failed<br>Jul 12 11:01:26 pgpool1 pgpool[3845]: [247-2] 2019-07-12 11:01:26: pid 3845: DETAIL:  password authentication failed for user &quot;postgres&quot;<br>Jul 12 11:01:26 pgpool1 pgpool[3845]: [248-1] 2019-07-12 11:01:26: pid 3845: LOG:  find_primary_node: make_persistent_db_connection_noerror failed on node 1<br><br>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature">Andrew W. Kerber<br><br>&#39;If at first you dont succeed, dont take up skydiving.&#39;</div></div></div>