I’m trying to establish connection from a virtual machine on which I have Postgres docker image installed.
I can successfully connect to it via PgAdmin but when I try to connect it to streamsets it gives the following error:
JDBC_00 - Cannot connect to specified database: com.streamsets.pipeline.api.StageException: JDBC_00 - Cannot connect to specified database: The server does not support SSL.
Is there any solution for the same?