From 5a8032d5ccbef3051ae81b6f5636744d5a8dec5b Mon Sep 17 00:00:00 2001 From: Joona Hoikkala Date: Wed, 19 Feb 2020 18:04:30 +0200 Subject: [PATCH] Update certbot-apache/certbot_apache/_internal/prefetch_ocsp.py Co-Authored-By: Brad Warren --- certbot-apache/certbot_apache/_internal/prefetch_ocsp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/certbot-apache/certbot_apache/_internal/prefetch_ocsp.py b/certbot-apache/certbot_apache/_internal/prefetch_ocsp.py index 066fe7038..34dfb128d 100644 --- a/certbot-apache/certbot_apache/_internal/prefetch_ocsp.py +++ b/certbot-apache/certbot_apache/_internal/prefetch_ocsp.py @@ -357,7 +357,7 @@ class OCSPPrefetchMixin(object): # No OCSP prefetching enabled for any certificate return - for _, pf in self._ocsp_prefetch.items(): + for pf in self._ocsp_prefetch.values(): if not self._ocsp_refresh_needed(pf): continue # Save the status to pluginstorage