Skip to content

Commit

Permalink
ingress-nginx: disable ocsp to see if that helps with kubernetes/ingr…
Browse files Browse the repository at this point in the history
  • Loading branch information
jessebot committed Jul 11, 2024
1 parent f4920fa commit 1f29d26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ingress-nginx/ingress-nginx_argocd_appset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ spec:
# restrict old versions of tls, could break old browsers/phones
ssl-protocols: "TLSv1.3"
# Enables Online Certificate Status Protocol stapling (OCSP) support.
enable-ocsp: "true"
# enable-ocsp: "true"
# reject SSL handshake to an unknown virtualhost. helps to
# mitigate the fingerprinting using default certificate of ingress
ssl-reject-handshake: "true"
Expand Down

0 comments on commit 1f29d26

Please sign in to comment.