We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I have the following in my configmap (don't worry, i've changed this key):
ssl-session-ticket-key: BMpTn+SqetYPrR1wdQwmVKkyl/gLCYBDbwepPx9dgAybR2B2YQjGzkCylHK+Dtk3q9REW1dQRKChyQQL6gpX3yOq2+ekPG3W0qaHAYQ+sXY= ssl-session-tickets: "true"
But I'm getting this in NGINX (latest):
2018/11/27 14:19:20 [emerg] 724#724: open() "/etc/nginx/tickets.key" failed (2: No such file or directory) in /tmp/nginx-cfg100328750:604
The text was updated successfully, but these errors were encountered:
Further up in the log:
E1127 14:24:02.615747 1 store.go:744] unexpected error writing ssl-session-ticket-key to /etc/nginx/tickets.key: open /etc/nginx/tickets.key: permission denied
Sorry, something went wrong.
Temporarily fixed this with:
RUN touch /etc/nginx/tickets.key && \ chmod 0777 /etc/nginx/tickets.key
I'm having the same issue
Successfully merging a pull request may close this issue.
Hi,
I have the following in my configmap (don't worry, i've changed this key):
But I'm getting this in NGINX (latest):
The text was updated successfully, but these errors were encountered: