Windows error 0x80090304, -2146893052

Detailed Error Information

SEC_E_INTERNAL_ERROR[1]

MessageThe Local Security Authority cannot be contacted
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode9 (0x009)
NameFACILITY_SSPI[2][1]
DescriptionThe source of the error code is the Security API layer.[2][1]
Error Code772 (0x0304)

Questions

1vote
1answer

RDP Error: The server security layer detected an error (0x80090304) in the protocol stream and the client

I'm trying to use Remote Desktop to log onto a Dynamics 365 AOS server hosted in Azure, using the RDP file and credentials displayed on the environment's LCS page. The Dynamics 365 AOS server is a Windows Server 2016 Datacenter Edition box. When accessing it via a Windows Server 2012 [...] read more
azure
remote-desktop
microsoft-dfo365
0votes
0answers

SChannel error: The following fatal alert was received: 80 error code 0x80090304

While investigating an issue where some customer requests are being unexpectedly rejected with HTTP 403, I noticed that the Windows event log contains a lot of these errors for source Schannel. EventID 36887 The following fatal alert was received: 80. The reference shows this code as SEC_E_INTERNAL_ERROR 0x80090304. Further searching [...] read more
ssl
windows-server-2008-r2
iis
schannel
0votes
1answer

RDP using Windows CE 7 to Server 2008 R2

I use a Motorola device with Windows CE 07.00.2806 and try to connect to a Windows Server 2008 R2 getting the following error message: „An authentication error has occurred (Code: 0x80090304).“ Already checked the security settings on the server, rdp connections should have the right permissions. also tried different logins [...] read more
windows-server-2008-r2
rdp
windows-ce
0votes
1answer

SSPI WDigest Server Vaildation Failure

I'm trying to get the Win32 SSPI API to validate a challenge response from a client. The call to AcceptSecurityContext is always failing with either SEC_E_INVALID_TOKEN (0x80090308) or SEC_E_INTERNAL_ERROR (0x80090304). I've stripped down the problem to this sample code: #define SECURITY_WIN32 #define WIN32_LEAN_AND_MEAN #include <Windows.h> #include <security.h> #include <wdigest.h> #include [...] read more
winapi
sspi
0votes
1answer

WinRM cannot process the request

"Connecting to remote server failed with the following error message : WinRM cannot process the request. The following error with errorcode 0x80090304 occurred while using Negotiate authentication: An unknown security error occurred." I'm attempting to run scripts remotely to non-domain servers and the clients are also not part of a [...] read more
powershell
powershell-remoting
winrm

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0