diff --git a/certbot-apache/certbot_apache/_internal/prefetch_ocsp.py b/certbot-apache/certbot_apache/_internal/prefetch_ocsp.py index 80620f6f0..d646e9f9d 100644 --- a/certbot-apache/certbot_apache/_internal/prefetch_ocsp.py +++ b/certbot-apache/certbot_apache/_internal/prefetch_ocsp.py @@ -367,7 +367,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