Trying a workflow connecting to postgres and receive the following error:
Error: self signed certificate
at TLSSocket.onConnectSecure (_tls_wrap.js:1497:34)
at TLSSocket.emit (events.js:315:20)
at TLSSocket._finishInit (_tls_wrap.js:932:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:706:12)
Any way to accept self-signed certs from postgres?
For some reason that wording makes me think that it will ignore ssl if any issue comes up. I’m fine with it accepting a self-signed cert (obviously), but do want it to enforce ssl otherwise for the encryption value.