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