-
Notifications
You must be signed in to change notification settings - Fork 245
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Maddy returns TLS Internal Error to valid handshakes on SMTP STARTTLS #467
Comments
I am having this issue only when trying to use HTTPS on telnet, i get this output
However when using the openssl command above, it works:
|
not really related to the original issue. |
I see, hm, now i am really starting to think on why i am unable to receive mail, i can only send mail |
Describe the bug
When an external server tries to deliver a message with missing
server_name
TLS extension, Maddy responds with TLSv1.2 Alert message, description 0x50 (Internal Error)Steps to reproduce
openssl s_client -noservername -starttls smtp -crlf mailserver:25
Log files
Configuration file
Config
Environment information
The text was updated successfully, but these errors were encountered: