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 SSL Stapling in NGINX #4

Open
DiCanio opened this issue Apr 8, 2022 · 0 comments
Open

Enable SSL Stapling in NGINX #4

DiCanio opened this issue Apr 8, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@DiCanio
Copy link
Contributor

DiCanio commented Apr 8, 2022

To optimize certificate verification, SSL stapling should be enabled in the NGINX configuration. This relieves the client of having to contact the issuer, which saves another request.

On the flip side, this means an additional load on the server running NGINX. However, this is going to be negligible.

@DiCanio DiCanio added the enhancement New feature or request label Apr 8, 2022
@DiCanio DiCanio self-assigned this Apr 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant