crowdsec
crowdsec copied to clipboard
fix the ssltls by actually doing ssltls.
BEWARE: THIS IS A BREAKING CHANGE
The acual situation is the following:
- in the
email.yamlplugin configuration file, ssltls configuration option leads to do a starttls encryption. - it's not possible to actually use ssltls encryption of the underlying mail library
After some discussion with @blotus we agreed that the least bad change to do is to enfoce a breaking change. People that do actually use ssltls option to do starttls will see their configuration break on upgrade. Sorry, but we think there's no smarter move.
This will fix https://github.com/crowdsecurity/crowdsec/issues/1623