[pgpool-general: 7930] Re: Problem using password authentication

Tatsuo Ishii ishii at sraoss.co.jp
Sat Dec 11 10:00:38 JST 2021


>> Cann you provide pgpool.log with log_min_messages = debug5 ?
> 
> That is attached. Note that XXX.XXX.XXX.* and YYY.YYY.YYY.* are different subnets.

>From the log:
Dec 10 11:05:42 psql-02 pgpool[273522]: 2021-12-10 11:05:42: pid 273584: DETAIL:  Protocol Major: 1234 Minor: 5680 database:  user:

"Protocol Major: 1234 Minor: 5680" indicates that the client requested
a GSSAPI connection. Since Pgpool-II does not support GSSAPI, you
should set the connection option "gssencmode" to "disable" or
"prefer".

> Works for me. I am using Pgpool-II on the master branch HEAD (almost
>> same as 4.3.0 at this point). Which version of Pgpool-II are you
>> using?

At some point Pgpool-II was fixed to deal with GSSAPI so that it
negotiates clients to not use GSSAPI. Since you didn't answer my
question, I don't know whether your Pgpool-II has the feature or not.

Best reagards,
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese:http://www.sraoss.co.jp


More information about the pgpool-general mailing list