randall commented on a change in pull request #8256:
URL: https://github.com/apache/trafficserver/pull/8256#discussion_r691530629
##########
File path: iocore/net/SSLUtils.cc
##########
@@ -1953,8 +1953,9 @@ SSLMultiCertConfigLoader::load(SSLCertLookup *lookup)
if (ec) {
switch (ec.value()) {
case ENOENT:
+ // missing config file is an acceptable runtime state
Review comment:
autest fails all over the place without allowing this. I think we
generally try to strive to allow for missing config files (at least since I've
been involved in the project)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]