Windows error 0x80096002, -2146869246

Detailed Error Information

TRUST_E_NO_SIGNER_CERT[1]

MessageThe certificate for the signer of the message is invalid or not found.
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 Code24578 (0x6002)

Questions

8votes
2answers

Bypassing windows update error 0x80096002

I am getting this error when I try to install some .msu files (WMF 3 if it matters). Now, the error is saying that the certificate is invalid. However, I looked at the certificate (if anyone is curious, here is the public key for the cert: > 30 82 01 [...] read more
windows-8-preview
windows-update
certificate
8votes
4answers

LDAP Server for development purposes on Windows 8

I need to test connectivity to LDAP from my application. I need something that I can easy install (preferred to be xcopy). Years ago I was using Active Directory Application Mode (ADAM) for this purposes. But it does not supported on Windows 8. Gives me funny error message: You do [...] read more
.net
ldap
adam
adlds
5votes
2answers

Windows Indentity Foundation on Win 8

I’ve followed this discussion on StackOverflow and went to Windows Identity Foundation, as advised, to download WIF. The best match for my OS is Win 8, so I downloaded the file, Windows6.1-KB974405-x64.msu. This has worked so far with drivers and such, so it was worth a shot. However, as I [...] read more
windows-8
wif
0votes
1answer

How to Install AD LDS on a Windows 10 Machine

I have a document with a supporting link that others have used to install this on Windows 7 and that works great. But I get a message when I try to run the Windows6.1-KB975541-x64.msu on my Windows 10 laptop. > Installer encountered an error: 0x80096002 > > The certificate for [...] read more
windows-10
active-directory
0votes
0answers

Getting TRUST_E_NO_SIGNER_CERT from WinVerifyTrust

I am getting TRUST_E_NO_SIGNER_CERT from WinVerifyTrustEx. error code is "0x80096002" and message is "The certificate for the signer of the message is invalid or not found." I checked that certificate is fine and it is trusted. Exporting and opening up signing certificate I can see that Certificate is okay. Can [...] read more
c++
windows
certificate

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