Kong Enterprise 2.5.0 Fails with Postgres TLS1.1 or TLS1.2

FATAL: TLS version used does not meet minimal requirements for this server. Please use a higher TLS version and retry.

Works smoothly on the equivalent versioned kong oss.

To be safe also explicitly set lua_ssl_protocols: "TLSv1.2 TLSv1.3" to no luck.