Does Anyone Have Experience with the Postgres Error: Self-Signed Certificate in Certificate Chain?

This topic was automatically generated from Slack. You can find the original thread here.

Does anyone have experience with the Postgres error of:

self-signed certificate in certificate chain

No experience with this error for Postgres specifically, but in terms of networking it means that there is a server somewhere between the host and the CA (certificate authority) which is self-signing instead of deferring to the CA.

There’s probably a setting in Postgres to allow that.

Otherwise, it would need to be rectified in the network chain.

You might be able to use traceroute -v to identify the source of the issue.

Posted thread to Discourse: Has Anyone Experienced the "Self-Signed Certificate in Certificate Chain" Error in Postgres?

  • did you figure this out, I’m running into this now as well?