Kerberos error: GSSHeader did not find the right tag

后端 未结 2 1431
花落未央
花落未央 2021-01-04 19:05

I’m trying to make Kerberos authentication connection to a SOAP service wsdl url. I’m able to establish connection successfully and make service calls. After I start my serv

2条回答
  •  萌比男神i
    2021-01-04 19:43

    Without seeing the Base 64 value or a hex dump, I assume that the client is sending a NTLM type 1 token and Java does not support NTLM.

提交回复
热议问题