Exception of type 'System.Net.InternalException' was thrown. -1073741428 #105567
-
My ASP.NET Core web app running inside Windows Container has suddenly started throwing the following exception when performing negotiate authentication. If I downgrade to 8.0.3, the issue disappears. Any suggestions on how do I go about debugging this ? Is the exception code really pointing
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The error is |
Beta Was this translation helpful? Give feedback.
The error is
ERROR_TRUSTED_DOMAIN_FAILURE
orThe trust relationship between the primary domain and the trusted domain failed.
. I don't see it in the documentation of valid error values fromAcceptSecurityContext
but it may come from some installed SSPI provider.