SMTP problem "self-signed certificate in certificate chain"

Describe the problem/error/question

When trying to send an invite email from n8n, an error appears saying:

self-signed certificate in certificate chain

Is this because the cert is not trusted? Will adding the cert or its CA to the /opt/custom-certificates folder fix that? Or is there some configuration where I can disable this warning? I am using an internal corporate SMTP server.

What is the error message (if any)?

self-signed certificate in certificate chain

Please share your workflow

N/A

Share the output returned by the last node

Information on your n8n setup

  • n8n version: n8nio/n8n:1.109.2
  • Database (default: SQLite): Postgres
  • n8n EXECUTIONS_PROCESS setting (default: own, main): whatever the default is
  • Running n8n via (Docker, npm, n8n cloud, desktop app): K8s
  • Operating system: whatever your base image uses

If you know why you are getting this message and ok with it, ignoring the issue is an options.

Otherwise, adding the certificate is what I would try too.

Adding the CA fixed it.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.