Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
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 :) |


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)