mirror of
https://github.com/apache/httpd.git
synced 2025-08-07 04:02:58 +03:00
update APLOGNO for r1564760
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1565081 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -1346,7 +1346,7 @@ static apr_status_t ssl_init_server_ctx(server_rec *s,
|
||||
while (ret) {
|
||||
cert = SSL_CTX_get0_certificate(sc->server->ssl_ctx);
|
||||
if (!cert || !ssl_stapling_init_cert(s, sc->server, cert)) {
|
||||
ap_log_error(APLOG_MARK, APLOG_ERR, 0, s, APLOGNO()
|
||||
ap_log_error(APLOG_MARK, APLOG_ERR, 0, s, APLOGNO(02604)
|
||||
"Unable to configure certificate %s:%d "
|
||||
"for stapling", sc->vhost_id, i);
|
||||
}
|
||||
|
Reference in New Issue
Block a user