-
Hello, The email server I must use to emit email is supporting only the TLS1.0/1.1 protocol Regarding the code here , Elastalert detects the TLS capabilities of the email server and then use this protocol. As Debian Buster does not support anymore old version of TLS, here is the exception generated by Elastalert: What do you think about having an option to force the PLAIN mode fpr the Email Alerter? Thanks :) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The Elasticsearch and other connections from ElastAlert allow both secure and insecure modes, so perhaps it could exist as an option, provided it doesn't allow insecure connections by default. |
Beta Was this translation helpful? Give feedback.
The Elasticsearch and other connections from ElastAlert allow both secure and insecure modes, so perhaps it could exist as an option, provided it doesn't allow insecure connections by default.