You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got that error recently, and it was due expecting encryption type to be RC4 and is using AES256, or vice-versa.
I'd suggest playing with encryption types at the domain controller, disabling or enabling these two.
Golang 1.17
gokrb5 8.4.3
On the domain controller I have
How I created the keytab:
I am sure the password is correct because I also do kinit -kt keytab user@fqdn.edu and it authenticates fine
How I test:
curl --negotiate -u : http://server.fqdn.edu:8080/test
The error I keep getting is:
Not sure where else to look
The text was updated successfully, but these errors were encountered: