Sslv3 alert handshake failure when connect postgres on ibm cloud

Hello,

I stuck with this problem for a few days. I have k8s YAML file, I get this sslv3 alert handshake failure. I’m using a database for PostgreSQL on the IBM cloud. It’s forced to using SSL that I’m already attached to the YAML file in KONG_LUA_SSL_TRUSTED_CERTIFICATE param.

I try to connect without SSL but not work. Could you please help me with what I can do any further?

You can see my kong YAML file that I apply to the k8s cluster.
kong.yaml

Edit#1: I try to connect the Postgres database via code, it’s works properly.
Edit#2: I’m not sure about Lua that using pgmoon library is set ssl_version = "tlsv1" by default, and cannot pass variable through via kong configuration

Thank you in advanced

hi @Bongsakorn , did you get any solution on that?
I’m getting the same error trying to connect Kong to a Postrges database…

Thanks!