-
While upgrading from an older version of nodered to the latest, I tested this node. With SSL=false i get this error: I think the reason for these errors are that pg since v. 8.0 sets At the same time DO probably self-signs their certificates as speculated here: https://github.com/Budibase/budibase/issues/1967#issuecomment-879981467 I am able to connect to my database by passing this config node as described in the documentation:
But it would be neat to be able to set rejectUnathorized in the properties setting in the node: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I found out that you can pass json to the SSL tab and write in This way I can use the standard configuration |
Beta Was this translation helpful? Give feedback.
I found out that you can pass json to the SSL tab and write in
{"rejectUnauthorized":false}
This way I can use the standard configuration