]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* Mark OCSP_RESPONSE_STATUS_TRYLATER as error response
authorRuediger Pluem <rpluem@apache.org>
Mon, 12 Jun 2017 12:48:30 +0000 (12:48 +0000)
committerRuediger Pluem <rpluem@apache.org>
Mon, 12 Jun 2017 12:48:30 +0000 (12:48 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1798455 13f79535-47bb-0310-9956-ffa450edef68

modules/ssl/ssl_util_stapling.c

index c3e2cfa657cd61d81118de5dbf8a397e2c70c742..1148d90082b44d6737e311baf282b2fb79bcd61c 100644 (file)
@@ -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;