-
Notifications
You must be signed in to change notification settings - Fork 113
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
Server not found in Kerberos database #130
Comments
When curl says |
How to find the service name being used? I've got error logs on debug. How to influence the server name being used by curl with nginx proxy_pass? Executing a curl request to the upstream server directly gives 200 OK, so that works. |
Hi, found the service name being used by enabling Kerberos trace logging: The service name on the failed request differs from the successful request; using Nginx with proxy_pass. Is there a difference between the machines registered in KDC and AD? Should this machine be added to AD? For completeness, here's the debug error log:
|
Hi, running curl with active Kerberos ticket (
klist
) in verbose mode (-v
) gives:This is the active config:
After running
kdestroy -A
the error changes into:My impression is that the directive
auth_gss_keytab /etc/krb5.keytab;
seems to be ignored. It seems that the default active cache (klist
) is being used. The keytab file contains the HTTP principal.Any advice what goes wrong here? Your input is highly appreciated.
The text was updated successfully, but these errors were encountered: