kerberos.GSSError: SSPI: InitializeSecurityContext

2019-08-17 23:17发布

C:\Dropbox\gittools\JsonLearning>Auth.py

Traceback (most recent call last):

File "C:\Dropbox\gittools\JsonLearning\Auth.py", line 31, in

krb = KerberosTicket("HTTP@xyz.abc.com")

File "C:\Dropbox\gittools\JsonLearning\Auth.py", line 9, in init

kerberos.authGSSClientStep(krb_context, "")

winkerberos.GSSError: SSPI: InitializeSecurityContext: The specified target is unknown or unreachable

1条回答
来,给爷笑一个
2楼-- · 2019-08-18 00:01

SSPI does not understand GSS-API-style SPNs. Use HTTP/xyz.abc.com. This will work.

查看更多
登录 后发表回答