Skip to content
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

[Backport 7.x] Fix smtp.ssl.trust setting for watcher email #57268

Merged
merged 1 commit into from
May 28, 2020

Conversation

tvernum
Copy link
Contributor

@tvernum tvernum commented May 28, 2020

The ssl.trust setting for Watcher provides a list of hostnames that
should be automatically trusted for SSL hostname verification. It was
accidentally broken when we added the full ssl.* settings for email
notifications (see #45272)

This commit corrects this, so the setting is once again respected,
as long as none of the other ssl settings are configured for email
notifications.

Resolves: #52153
Backport of: #56090

The ssl.trust setting for Watcher provides a list of hostnames that
should be automatically trusted for SSL hostname verification. It was
accidentally broken when we added the full ssl.* settings for email
notifications (see elastic#45272)

This commit corrects this, so the setting is once again respected,
as long as none of the other ssl settings are configured for email
notifications.

Resolves: elastic#52153

Backport of: elastic#56090
@tvernum tvernum force-pushed the backport/7.x/56090-Fix-smtp-ssl-trust branch from 3b57630 to a5985c6 Compare May 28, 2020 06:07
@tvernum
Copy link
Contributor Author

tvernum commented May 28, 2020

@elasticsearchmachine run elasticsearch-ci/1

:plugins:repository-gcs:qa:google-cloud-storage:largeBlobIntegTestRunner failed due to java.io.IOException: Socket Closed

@tvernum tvernum merged commit 408250d into elastic:7.x May 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant