Hello, since upgrading to version 5.8.0 I am getting an error for my Sectigo renewals. Let me know if you need any additional information. Tee log file is at the bottom.
certbot --version
certbot 5.8.0 - auto upgraded on 2026-09-01
Tested 5.9.0.dev0 (rev 5906) - same error
Snap version
snap version
snap 2.76-0.el8
snapd 2.76-0.el8
series 16
rhel 8.10
kernel 4.18.0-553.144.1.el8_10.x86_64
Cryptography version
/snap/certbot/current/bin/python3 -c "import cryptography; print(cryptography.version)"
50.0.0
Conf file
cat /etc/letsencrypt/renewal/edc04infappd002.chw.edu.conf
version = 5.2.2
archive_dir = /etc/letsencrypt/archive/edc04infappd002.chw.edu
cert = /etc/letsencrypt/live/edc04infappd002.chw.edu/cert.pem
privkey = /etc/letsencrypt/live/edc04infappd002.chw.edu/privkey.pem
chain = /etc/letsencrypt/live/edc04infappd002.chw.edu/chain.pem
fullchain = /etc/letsencrypt/live/edc04infappd002.chw.edu/fullchain.pem
[renewalparams]
account = REDACTED
server = https://acme.sectigo.com/v2/OV
authenticator = standalone
key_type = ecdsa
[acme_renewal_info]
ari_retry_after = 2026-09-09T09:41:02
OS Version
cat /etc/os-release | grep -E "^NAME|^VERSION"
NAME="Red Hat Enterprise Linux"
VERSION="8.10 (Ootpa)"
VERSION_ID="8.10"
OCSP Raw Response
openssl x509 -in /etc/letsencrypt/live/edc04infappd002.chw.edu/cert.pem -noout -ocsp_uri
http://ocsp.sectigo.com
openssl ocsp
-issuer /etc/letsencrypt/live/edc04infappd002.chw.edu/chain.pem
-cert /etc/letsencrypt/live/edc04infappd002.chw.edu/cert.pem
-url $(openssl x509 -in /etc/letsencrypt/live/edc04infappd002.chw.edu/cert.pem -noout -ocsp_uri)
-resp_text 2>&1 | head -50
WARNING: no nonce in response
Response verify OK
OCSP Response Data:
OCSP Response Status: successful (0x0)
Response Type: Basic OCSP Response
Version: 1 (0x0)
Responder Id: 4C387A25346BFDF98F1A601C9271AA67F98237EB
Produced At: Sep 8 21:26:58 2026 GMT
Responses:
Certificate ID:
Hash Algorithm: sha1
Issuer Name Hash: E7A3EDCADB9E2E7728A8AEE18C17F211E305DAD5
Issuer Key Hash: 4C387A25346BFDF98F1A601C9271AA67F98237EB
Serial Number: 501E9DC1FBCBB56ABFAD923C65E9C125
Cert Status: good
This Update: Sep 8 21:26:58 2026 GMT
Next Update: Sep 15 21:26:57 2026 GMT
Signature Algorithm: ecdsa-with-SHA256
30:44:02:20:21:3a:5a:a2:78:13:78:c2:76:02:12:ca:4a:e9:
71:06:58:72:73:35:9a:83:6c:ad:47:18:6b:98:53:0c:d5:09:
02:20:3b:e9:8c:b4:e2:2e:49:80:5f:e6:7f:45:27:fc:28:c1:
cf:64:5b:b1:70:e2:98:e4:fe:04:a0:1e:4e:f7:25:37
/etc/letsencrypt/live/edc04infappd002.chw.edu/cert.pem: good
This Update: Sep 8 21:26:58 2026 GMT
Next Update: Sep 15 21:26:57 2026 GMT
Error Log
2026-09-09 10:21:14,181:DEBUG:urllib3.connectionpool:http://localhost:None "GET /v2/connections?snap=certbot&interface=content HTTP/1.1" 200 97
2026-09-09 10:21:14,326:DEBUG:certbot._internal.main:certbot version: 5.8.0
2026-09-09 10:21:14,326:DEBUG:certbot._internal.main:Location of certbot entry point: /snap/certbot/5893/bin/certbot
2026-09-09 10:21:14,326:DEBUG:certbot._internal.main:Arguments: ['--preconfigured-renewal']
2026-09-09 10:21:14,327:DEBUG:certbot._internal.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#apache,PluginEntryPoint#manual,PluginEntryPoint#nginx,PluginEntryPoint#null,PluginEntryPoint#standalone,PluginEntryPoint#webroot)
2026-09-09 10:21:14,346:DEBUG:certbot._internal.log:Root logging level set at 30
2026-09-09 10:21:14,353:DEBUG:urllib3.connectionpool:Starting new HTTP connection (1): ocsp.sectigo.com:80
2026-09-09 10:21:24,414:DEBUG:urllib3.connectionpool:http://ocsp.sectigo.com:80 "POST / HTTP/1.1" 200 280
2026-09-09 10:21:24,416:DEBUG:certbot._internal.log:Exiting abnormally:
Traceback (most recent call last):
File "/snap/certbot/5893/bin/certbot", line 6, in
sys.exit(main())
^^^^^^
File "/var/lib/snapd/snap/certbot/5893/lib/python3.12/site-packages/certbot/main.py", line 18, in main
return internal_main.main(cli_args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/snapd/snap/certbot/5893/lib/python3.12/site-packages/certbot/_internal/main.py", line 1889, in main
return config.func(config, plugins)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/snapd/snap/certbot/5893/lib/python3.12/site-packages/certbot/_internal/main.py", line 1338, in certificates
cert_manager.certificates(config)
File "/var/lib/snapd/snap/certbot/5893/lib/python3.12/site-packages/certbot/_internal/cert_manager.py", line 50, in certificates
_describe_certs(config, parsed_certs, parse_failures)
File "/var/lib/snapd/snap/certbot/5893/lib/python3.12/site-packages/certbot/_internal/cert_manager.py", line 365, in _describe_certs
notify(_report_human_readable(config, parsed_certs))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/snapd/snap/certbot/5893/lib/python3.12/site-packages/certbot/_internal/cert_manager.py", line 343, in _report_human_readable
cert_info = human_readable_cert_info(config, cert)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/snapd/snap/certbot/5893/lib/python3.12/site-packages/certbot/_internal/cert_manager.py", line 268, in human_readable_cert_info
elif checker.ocsp_revoked(cert):
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/snapd/snap/certbot/5893/lib/python3.12/site-packages/certbot/_internal/ocsp.py", line 36, in ocsp_revoked
return self.ocsp_revoked_by_paths(cert.cert_path, cert.chain_path)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/snapd/snap/certbot/5893/lib/python3.12/site-packages/certbot/_internal/ocsp.py", line 60, in ocsp_revoked_by_paths
return _check_ocsp_cryptography(cert_path, chain_path, url, timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/snapd/snap/certbot/5893/lib/python3.12/site-packages/certbot/_internal/ocsp.py", line 114, in _check_ocsp_cryptography
response_ocsp = ocsp.load_der_ocsp_response(response.content)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: error parsing asn1 value: ParseError { kind: ExtraData, location: ["OCSPResponse::response_bytes", "ResponseBytes::response", "BasicOCSPResponse::signature_algorithm"] }
2026-09-09 10:21:24,418:ERROR:certbot._internal.log:An unexpected error occurred:
2026-09-09 10:21:24,419:ERROR:certbot._internal.log:ValueError: error parsing asn1 value: ParseError { kind: ExtraData, location: ["OCSPResponse::response_bytes", "ResponseBytes::response", "BasicOCSPResponse::signature_algorithm"] }