shinrich commented on a change in pull request #8256:
URL: https://github.com/apache/trafficserver/pull/8256#discussion_r691528995
##########
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:
We don't what to fail if ssl_multicert.config is unavailable?
--
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]