WARN: Authentication Failure: ntlm authorization request expected but not found in Soap user interface

I am trying to access the WCF web service using Windows authentication in the soap user interface.

I get 401 unauthorized access.

Below are the settings I made.

  • I gave the request authorization bookmarks as NTLM

  • I gave a username, password and domain.

As well as the type WSS-Password: PasswordTextor PasswordDigestand Wss-TimeToLive: 2000

Tried for both Basic and Kerberos. Getting a 401 response ONLY ..

Following in http magazine.

WARN: Authentication Error: ntlm authentication problem expected but not found

What needs to be done to solve this problem?

+4
source share
1

, VPN - ( : ). , soapUI ntlm .

, -Djava.net.preferIPv4Stack=true .vmoptions ( bin).

+1

Source: https://habr.com/ru/post/1677752/


All Articles