From 3bd26f8c6b3ed892e0e27747bb5fce1db360ffc1 Mon Sep 17 00:00:00 2001 From: Ruediger Pluem Date: Mon, 12 Jun 2017 12:48:30 +0000 Subject: [PATCH] * Mark OCSP_RESPONSE_STATUS_TRYLATER as error response git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1798455 13f79535-47bb-0310-9956-ffa450edef68 --- modules/ssl/ssl_util_stapling.c | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/ssl/ssl_util_stapling.c b/modules/ssl/ssl_util_stapling.c index c3e2cfa657c..1148d90082b 100644 --- a/modules/ssl/ssl_util_stapling.c +++ b/modules/ssl/ssl_util_stapling.c @@ -511,6 +511,7 @@ static BOOL stapling_renew_response(server_rec *s, modssl_ctx_t *mctx, SSL *ssl, "stapling_renew_response: responder error"); if (mctx->stapling_fake_trylater) { *prsp = OCSP_response_create(OCSP_RESPONSE_STATUS_TRYLATER, NULL); + *pok = FALSE; } else { goto done; -- 2.47.3