¿Qué significa el código HRESULT 0x803D001F (WS_E_SERVER_REQUIRES_NEGOTIATE_AUTH)?

 
Anterior Siguiente
WS_E_SERVER_REQUIRES_NTLM_AUTH WS_E_INVALID_ENDPOINT_URL

WS_E_SERVER_REQUIRES_NEGOTIATE_AUTH

Qué significa WS_E_SERVER_REQUIRES_NEGOTIATE_AUTH

WS_E_SERVER_REQUIRES_NEGOTIATE_AUTH tiene el valor 0x803D001F y es un HRESULT de error. El punto de conexión remoto requiere el esquema de autenticación HTTP Negotiate.

Qué comprobar

Analiza WWW-Authenticate: Negotiate, SPN del servicio, tickets Kerberos y fallback de SSPI. Verifica que DNS y nombre usado en la URL permitan construir el SPN correcto.

Cómo resolverlo o tratarlo

Corrige SPN/delegación/credenciales para que SSPI complete Negotiate con el endpoint. Evita sustituirlo ciegamente por Basic porque puede violar la política del servicio.

Qué distingue este resultado

El servidor final solicita autenticación integrada Negotiate.

Referencias técnicas


¿Buscas un código diferente? Buscar otro código de estado o error.