mirror of
https://github.com/cloudpanel-io/cloudpanel-ce.git
synced 2026-04-05 20:31:58 +02:00
ssl_stapling ignored: OCSP responder missing with Let's Encrypt certs #40
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Tealk on 10/12/2025
CloudPanel version(s) affected
v2.5.2
Description
When using Let's Encrypt certificates with Nginx via CloudPanel, enabling
ssl_staplingtriggers a warning:This seems to be caused by CloudPanel's way of linking certificates, which may not include the full certificate chain needed for OCSP stapling.
How to reproduce
nginx -t.Possible Solution
Ensure that CloudPanel uses the full certificate chain (
fullchain.pem) in the Nginx configuration instead of only the server certificate. This should provide the OCSP responder URL required for stapling.Additional Context
No response