mirror of
https://github.com/databasus/databasus.git
synced 2026-04-06 00:32:03 +02:00
STARTTLS failed: tls: failed to verify certificate #83
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @drhirn on 3/6/2026
Databasus version
3.17.0
Operating system and architecture
Docker
Describe the bug (please write manually, do not ask AI to summarize)
Trying to create a new email notifier. Mailing host is a postfix docker container running on my host. Networks between Databasus and the postfix container are connected.
Databasus tries to connect via StartTLS which isn't - and can't be - configured on the postfix container. Which leads to an error.
I tried to leave the "Port"-field empty like suggested in #152 but then the
send test notificationbutton is greyed out.What happened:
STARTTLS failed: tls: failed to verify certificate: x509: certificate is valid for localhost, not postfix(
postfixis the dns name of the postfix container)What I expected:
Would be great to disable StartTLS/SSL when connecting to an smtp server to send mail without configuring StartTLS/SSL on that server.
Steps to reproduce
Have you asked AI how to solve the issue?
Additional context / logs