Алексей Кондратюк
Алексей Кондратюк
currently i fix it with liner ```bash terraform state pull | jq '(.resources[] | select(.name == "roster") | .instances[].attributes.minion_opts.grains) |= fromjson' > terraform.tfstate ```
I have the same problem with versions 24.7.1, 24.8.0, 24.9.0 **UPD: Really!!! after I commented the `mail.use-ssl: false` line in the `sentry/config.yml` file - the problem disappeared**
@aldy505 We use TLS. Previously, SSL was explicitly listed as disabled, but now I just commented out the line this is how it looks now ```yaml mail.backend: 'smtp' mail.host: 'smtp.example.com'...
It is clear that I cannot set both parameters to TRUE: ```yaml mail.use-tls: true mail.use-ssl: true ``` But I never did!!! And it is not clear to me from the...