Skip to main content

Getting this error While create JDBC connection for GreenPlum Database:

JDBC_06 - Failed to initialize connection pool: com.zaxxer.hikari.pool.HikariPool$PoolInitializationException: Failed to initialize pool: [Pivotal][Greenplum JDBC Driver][Greenplum]no pg_hba.conf entry for host "172.18.0.2", user "sdc", database "postgres", SSL off.

Using Greenplum 9.5 in docker. 

Hi Pritam,

That error message would make me think you need to whitelist the IP address on your GreenPlum Server/Database


This webpage may help

https://docs.vmware.com/en/VMware-Greenplum/5/greenplum-database/security-guide-topics-Authenticate.html#topic_ln1_ptd_jr


Reply