X Tutup
The Wayback Machine - https://web.archive.org/web/20201206182040/https://github.com/elastic/elasticsearch/issues/63451
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

Fix error reporting for SSL resources outside of config dir #63451

Open
tvernum opened this issue Oct 8, 2020 · 3 comments · May be fixed by #64235
Open

Fix error reporting for SSL resources outside of config dir #63451

tvernum opened this issue Oct 8, 2020 · 3 comments · May be fixed by #64235

Comments

@tvernum
Copy link
Contributor

@tvernum tvernum commented Oct 8, 2020

In #55330 we change the sequence of events on startup so that the SSL resource watcher code runs before the SSL contexts are loaded.

As a consequence some of the friendly error messages that were added in #45122 are no longer used (because the reloader fails before it gets to the key/trust config objects)

@elasticmachine
Copy link
Collaborator

@elasticmachine elasticmachine commented Oct 8, 2020

Pinging @elastic/es-security (:Security/Network)

@burnerlee
Copy link

@burnerlee burnerlee commented Oct 15, 2020

@tvernum i would like to start contributing to this project starting with this issue.. could you please guide a bit on how to start with getting familiar with your project

@BarshaR
Copy link

@BarshaR BarshaR commented Oct 18, 2020

First timer here - looking into this issue. Will reach out if I have any questions :)

caiomelo22 added a commit to caiomelo22/elasticsearch that referenced this issue Nov 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

4 participants
You can’t perform that action at this time.
X Tutup