Replies: 1 comment
-
Answering myself, use ?sslmode=disable at the end of URL connection: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm trying to use SQL Sink, in particular, send events to SQL Sink, but I receiving this error about SSL:
io error: pq: SSL is not enabled on the server
My URL for the connection is this one: postgres://user:password@hostname/databasename
Anyone know how to disable SSL for the connection? I tried with ?ssl=false at the end of connection string but didn't work.
Thanks in advance for your help.
Beta Was this translation helpful? Give feedback.
All reactions