-
Notifications
You must be signed in to change notification settings - Fork 173
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Wait for certificate before starting HTTP listener
When starting up, the HTTP server can start accepting requests before the TLS config has loaded certificates from the certificate generator. We add in a wait (assuming we don't have certificates already given to us via flags or environment variables) for that certificate to be generated before starting the server to prevent confusing, though harmless, errors in logs. * Fixes #318 * Fixes #320
- Loading branch information
Christopher Swenson
committed
May 24, 2022
1 parent
676ee9f
commit b6485fe
Showing
3 changed files
with
48 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters