Error : /usr/local/share/lua/5.1/pgmoon/init.lua:211: don’t know how to auth: 10 #8186
-
Hi, I am running CentOS Stream release 8 with kong-2.6.0-1.x86_64 with the below PostgreSQL database versions. postgresql14-libs-14.1-1PGDG.rhel8.x86_64
Please guide. Thanks in Advance. Best Regards, Kaushal |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Hi @kaushalshriyan, Kong 2.6.x does not support the |
Beta Was this translation helpful? Give feedback.
-
I am following https://docs.konghq.com/gateway/2.6.x/install-and-run/centos/ to Enable and configure Kong Manager
I have attached the kong.conf file for your reference. when i do kong restart -c /etc/kong/kong.conf and netstat -anp | grep 8002 it does not show up the port 8002 and while hitting http://192.168.0.153:8002. I encounter This site can’t be reached 192.168.0.153 refused to connect. Please guide. Thanks in Advance. Best Regards, Kaushal |
Beta Was this translation helpful? Give feedback.
-
@flrgh Thanks for the help and it worked. I am using Kong Gateway (OSS) on CentOS Stream 8. I am unable to bring up the Kong Manager on port 8002. I have shared the kong.conf file. Please guide. Thanks in Advance. Best Regards, Kaushal |
Beta Was this translation helpful? Give feedback.
Hi @kaushalshriyan,
Kong 2.6.x does not support the
scram-sha-256
method of password encryption for Postgres (though this will be supported in the next release). For now, you'll need to allowmd5
forpassword_encryption
in Postgres.https://www.postgresql.org/docs/14/auth-password.html