hmalaspina commented on issue #10149:
URL: https://github.com/apache/seatunnel/issues/10149#issuecomment-3989533405

   If that can help those that are stuck and also help narrow down the bug. I 
managed to get around the issue by forcing the jdbc connector to drop ssl mode. 
By changing 
   `base-url = "jdbc:postgresql://redacted/redacted?tcpKeepAlive=true"`
   to 
   `base-url = 
"jdbc:postgresql://redacted/redacted?tcpKeepAlive=true&sslmode=disable"`
   This is only acceptable if you are not sending unencrypted traffic over the 
internet.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to