shinrich opened a new pull request #6933: URL: https://github.com/apache/trafficserver/pull/6933
Fixes an issue we see in production with 9.0.x. We have both the cert and the key in the same file. Our proxy.config.ssl.server.private_key.path is set to a default value different from the value of proxy.config.ssl.client.cert.path. But the original logic, would look for the cert pem file in the directory specified in proxy.config.ssl.server.private_key.path. This would fail, the key would not be loaded and no TLS traffic would pass. Added an autest to exercise this issue. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
