Randall Meyer created TS-5079:
---------------------------------
Summary: logging enhancements around OCSP
Key: TS-5079
URL: https://issues.apache.org/jira/browse/TS-5079
Project: Traffic Server
Issue Type: Improvement
Components: Logging
Reporter: Randall Meyer
There are some error cases in OCSP that are not logged as errors or don't any
any context of what certificate is failing when there is an error.
>From OCSPStapling.cc:
{code}
Debug("ssl_ocsp", "process_responder: fail to connect to OCSP respond
server");
Debug("ssl_ocsp", "stapling_refresh_response: fail to refresh response");
Debug("ssl_ocsp", "Failed to refresh OCSP for 1 certificate");
Debug("ssl_ocsp", "ssl_callback_ocsp_stapling: fail to get certificate
information");
Debug("ssl_ocsp", "ssl_callback_ocsp_stapling: fail to get certificate
status");
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)