-
Notifications
You must be signed in to change notification settings - Fork 25.1k
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
Comments
Pinging @elastic/es-security (:Security/Network) |
@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 |
First timer here - looking into this issue. Will reach out if I have any questions :) |
Hi just started open source contribution can I work on this? |
@orhanar |
no worries |
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)
The text was updated successfully, but these errors were encountered: