Windows error 0x80096004, -2146869244

Detailed Error Information

TRUST_E_CERT_SIGNATURE[1]

MessageThe signature of the certificate cannot be verified.
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 Code24580 (0x6004)

Questions

12votes
3answers

Enabling SHA2 Certificate Support on Windows Server 2003

A little background information first. I have an SSIS package that runs inside a Windows Server 2003 SP2 32 bit environment. The package recently started failing with the following error during a script task which downloads a webpage using an SSL connection: "The underlying connection was closed: Could not establish [...] read more
windows-server-2003
ssl-certificate
hash
6votes
2answers

How do I download KB updates for Office XP under Windows 10 that are no longer on Microsoft website?

Windows Update is reporting that I require 7 updates for Office 2002 / Visio 2002, but Windows updates fail with Error 0x80096004 How do I locate and download these updates manually? The original KB articles and/or their download links don't appear to be available. The KB numbers are: Office * [...] read more
windows-10
windows-update
office-xp
1vote
0answers

WP8.1 async socket.ConnectAsync to SSL device "The signature of the certificate cannot be verified" - unable to ignore this error

I have researched a ton for how to establish a TCP/SSL connection from WP8.1 to a remote host (in this case an ELK Security System network interface). I have found examples of being able to ignore some certificate errors by connecting, trapping the failure, and then setting up the IgnorableServerCertificateErrors [...] read more
c#
ssl
windows-phone-8
0votes
0answers

Self signed certificate, https and vpn

I have access to an SBS 2011 server that has a self signed certificate. In my computer (win 7 pro) that is outside the domain, I have imported the root certificate and the leaf certificate into windows certmgr, the leaf certificate I got from Firefox when I tried the same [...] read more
windows-7
vpn
certificate
https
windows-sbs
0votes
1answer

Renew Issuing CA Certificate via offline Root CA

I have an offline root CA and an enterprise issuing CA. I created a req from the issuing CA and issued a cert with it on the offline root CA. When I try to install the cert on the issuing CA with the Certification Authority snap in I get the [...] read more
windows-server-2008
certificate
0votes
1answer

How to fix Visual Studio 2017 Community install error - Couldn't download 'Microsoft.VisualStudio.WCF.DiagnosticPack.Msi.msi'?

When trying to install Visual Studio 2017 Community I got the error: Couldn't download 'Microsoft.VisualStudio.WCF.DiagnosticPack.Msi.msi' Error 0x80096004 there is a problem verifying the signature of a certificate. Windows 10 Pro Version: 20h2 OS build: 19042.804 Visual Studio 2017 Community version: 15.9.33 VS 2017 Community return error [https://i.stack.imgur.com/spng7.png] click to enlarge [...] read more
visual-studio
visual-studio-2017

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