Closed
Description
Sauce: #120 (comment)
If someone were to typo the TLS Mode in the config, we may wish to fail startup. Couple of thoughts here:
- If the choice is to fail startup, how to best raise an alert that can be seen? Is it better to start in insecure mode (
no-tls
) or possibly fail to start and have it not be noticed? - As an implementation detail (hate to be too prescriptive, but in this case I'm going to be), the TLS Modes should be
iota
-based values, NOT STRINGS. This will help avoid a whole class of issues.
Metadata
Metadata
Assignees
Labels
No labels