How to connect with PostgreSQL Connector using the SSL

Hi wpaiva,
you have to specify these two parameters in the JDBC Parameter tab as shown below:

ssl=true
sslfactory=org.postgresql.ssl.NonValidatingFactory

Bye
Tobias

3 Likes