This topic was automatically generated from Slack. You can find the original thread here.
yesterday I’ve created a PostgreSQL database on neon.tech
It works fine, I can connect to this db from my desktop with HeidiSQL.
When I try to add PostgreSQL action with insert tash into my workflow, I’m getting an error while making “test” Error New row not inserted due to an error. Error: Connection terminated unexpectedly. This could be because SSL verification failed, consider changing the Reject Unauthorized prop and try again.
DETAILS at Object.run (file:///tmp/__pdg__/dist/code/04b2dfc1d13d4d8e8f10cdd8fbec07a27d3c7d2f9220b3f9bdeac9fcadc057aa/code/actions/insert-row/insert-row.mjs:63:13) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at null.executeComponent (/var/task/launch_worker.js:229:22) at MessagePort.messageHandler (/var/task/launch_worker.js:726:28)
It looks like you’re encountering an SSL verification issue. To resolve this, you can try changing the “Reject Unauthorized” prop in the PostgreSQL Insert Row action. 1. Open the PostgreSQL Insert Row action in your workflow. 2. Find the “Reject Unauthorized” prop and set it to false. 3. Click “Test” to run the action and test the configuration. Please note that setting “Reject Unauthorized” to false may expose your connection to security risks. If you still encounter issues, please visit https://pipedream.com/support for more support options.