Can't disable replay cache #117
Unanswered
jczuchnowski
asked this question in
Q&A
Replies: 2 comments
-
Sorry, no idea. Why would you want to disable the replay cache? |
Beta Was this translation helpful? Give feedback.
0 replies
-
You likely needed to add
to the top of your nginx.conf |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I need to disable the replay cache on Nginx server. My build is using
libkrb5-dev
so it's an MIT Kerberos. Following the documentation on https://web.mit.edu/kerberos/krb5-latest/doc/basic/rcache_def.html I'm setting env varKRB5RCACHETYPE=none
. Unfortunately it doesn't change anything. The replay cache is still created as/var/tmp/http_33
and subsequent requests are rejected with 403 (andRequest is a replay
in the logs).I'm building a docker image with:
Any ideas on what I'm doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions