ERR_TLS_CERT_ALTNAME_INVALID for own mailserver configuration #18469
Unanswered
xeruf
asked this question in
Self-Hosting
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Issue Summary
On selfhosted cal.com on kubernetes, I get this error when trying to send an email:
Meanwhile running
openssl s_client -starttls smtp -crlf -connect mail.ftt.gmbh:587
returns a perfectly valid certificate.This is the config:
Actual Results
Email sending does not work, though the interface said
Email sent successfully
This has been present for months now and is still in the latest 4.7.8
The app otherwise looks splendidly, but without mails working it is a bit useless.
We have plenty of apps running without issues with the same email config.
Expected Results
email sending works
Logs
I am getting a few other errors that seem noncritical but am including them for completeness:
Beta Was this translation helpful? Give feedback.
All reactions