Windows error 0x80092010, -2146885616

Detailed Error Information

CRYPT_E_REVOKED[1]

MessageThe certificate is revoked.
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 Code8208 (0x2010)

Questions

4votes
0answers

Certificate revoked WM

I have problem. Since few days my app is generating > System.Exception: The certificate is revoked. (Exception from HRESULT: > 0x80092010) What is strange is that this is happening only on windows phone 8.1. On windows 10 mobile the same code works. When inspecting certificate using Information.ServerCertificate I get information: [...] read more
c#
sockets
ssl
windows-phone-8.1
1vote
0answers

How does certutil determine that a cert is revoked

I'm testing that an x509 certificate can be correctly determined to be revoked. I'm taking the cert from https://revoked.badssl.com and verifying it via certutil. When my system is online, it seems to pull the CRL and determine that it is revoked. I see an entry in the cerutil -urlcache. Here's [...] read more
x509
crl
certutil
revoked
1vote
1answer

Issue with .Net TargetingPack installation following a Visual Studio installation

After installing Visual Studio 2019 (or 2017, tried with both) via the Visual Studio Installer, I get the message "Couldn't install Microsoft.Net.4.5.2.TargetingPack", seen here. Consulting the error log shows the error code is 1625, which corresponds to: This installation is forbidden by system policy. Contact your system administrator. The only [...] read more
c#
.net
visual-studio
installation

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