Windows error 0x80090330, -2146893008

Detailed Error Information

SEC_E_DECRYPT_FAILURE[1]

MessageThe specified data could not be decrypted.
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 Code816 (0x0330)

Questions

2votes
2answers

Very weird SSL error in .NET: The specified data could not be decrypted only for a specific URL

I'm using .NET to download data from a URL. For most URLs it works no problem, but for one specific URL, I am getting a very weird error when I try to make the connection. Furthermore, the error only happens on the 2nd (and subsequent) attempts to make the request. [...] read more
.net
ssl
.net-core
https
schannel

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