Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

httpcaddyfile: Disabling OCSP stapling for both managed and unmanaged #4589

Merged
merged 1 commit into from
Feb 19, 2022

Conversation

francislavoie
Copy link
Member

Fix #4588

The global option was only turning off OCSP stapling for managed certs, but not unmanaged certs, since that was controlled by an option on the TLS app itself instead of inside of an automation policy.

@francislavoie francislavoie added the bug 🐞 Something isn't working label Feb 19, 2022
@francislavoie francislavoie added this to the v2.5.0 milestone Feb 19, 2022
@francislavoie francislavoie requested a review from mholt February 19, 2022 19:25
Copy link
Member

@mholt mholt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, right. Thanks for fixing this. LGTM

@mholt mholt merged commit 26d633b into master Feb 19, 2022
@mholt mholt deleted the ocsp-disable-fix branch February 19, 2022 21:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐞 Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"ocsp_stapling off" seems to have no effect
2 participants