Windows error 0x80090301, -2146893055

Detailed Error Information

SEC_E_INVALID_HANDLE[1]

MessageThe handle specified is invalid
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 Code769 (0x0301)

Questions

1vote
0answers

SSPI client requires less iterations than GSSAPI server

I'm using nsspi to call SSPI APIs from a C# application for the client side. I'm using cyrus sasl with a MIT Kerberos GSSAPI implementation on the server side. The two protocols seem to talk to each other but the server seems to require more challenges to the client than [...] read more
security
kerberos
windows-authentication
gssapi
sspi
0votes
1answer

Can't connect to Azure P2S VPN

I am receiving this error: The handle specified is invalid (Error 0x80090301) Log shows another error: On-Error Event ErrorCode = -2146893055 ErrorSource = RAS Certificate is installed. Connection works from another PC. On both computers I have Windows 10 installed. The only difference is that on PC where VPN works [...] read more
vpn
azure

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