SSL enabled PostgresSQL source connector confg
Hello,
We have a requirement to create postgreSQL database source connector, and postgres allows only SSL connections.
I've used connection string in below format:
Server={*********};Database={postgres};Port={5432};UID={postgres};Password={*******};EncryptionMethod=1;ValidateServerCertificate=0
Connection is failing with this string.
AEP IP's are added to allowed network list.
Query: Is there any other step that we have to follow to create a Encryption enabled connection?
Also, which is the correct connection string format to use if we have an SSL enabled postgres source?