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

Enable OCSP stapling #542

Open
bn4t opened this issue May 2, 2018 · 8 comments
Open

Enable OCSP stapling #542

bn4t opened this issue May 2, 2018 · 8 comments
Labels
feature New feature or request

Comments

@bn4t
Copy link
Contributor

bn4t commented May 2, 2018

Enable OCSP stapling as it increases performance and privacy.
Is also recommended by https://mozilla.github.io/server-side-tls/ssl-config-generator/

Feel free to share any thoughts on this.

@kyrofa
Copy link
Member

kyrofa commented May 2, 2018

I'm not so sure we want to deal with this (yet). It sounds like the implementation in Apache is a mess.

@bn4t
Copy link
Contributor Author

bn4t commented May 2, 2018

Should I close issue, or leave it open?

@Guillaume99
Copy link

implementation in Apache is a mess.

quoted article has been updated, stating that "the situation has improved considerably"
maybe it is time now ?

@github-actions
Copy link

github-actions bot commented Jan 7, 2022

This issue is stale because it has been without activity for 60 days. It will be closed after 7 more days of inactivity.

@github-actions github-actions bot added the Stale label Jan 7, 2022
@pachulo pachulo added feature New feature or request and removed Stale labels Mar 7, 2022
@pachulo pachulo reopened this Mar 7, 2022
@pachulo
Copy link
Member

pachulo commented Mar 12, 2022

OK, I've been checking this and to do it the "better" way we need to use this mod_md apache module:

I would like to try to implement it if you think it's worthwhile @kyrofa

@pachulo
Copy link
Member

pachulo commented Mar 19, 2022

gently ping @kyrofa

@kyrofa
Copy link
Member

kyrofa commented Mar 19, 2022

It's interesting that mod_md might be considered the solution to this, @pachulo. It might tie together with the solution to #1902 as well, potentially. Stuff like this makes me nervous though:

That being said, it is a new implementation. There will be bugs lurking and it is probably good advice to switch from the old stapling in a controlled way. Start with some domains and see how it works for you.

The idea of essentially making our users into unwitting beta testers makes me uncomfortable. When it breaks we're holding the pieces. What do you think?

@pachulo
Copy link
Member

pachulo commented Mar 21, 2022

The idea of essentially making our users into unwitting beta testers makes me uncomfortable. When it breaks we're holding the pieces. What do you think?

Well, to be honest, I don't feel like doing it in that case. I don't really think it's such an important feature for us to rush.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants