Windows error 0x80096019, -2146869223

Detailed Error Information

TRUST_E_BASIC_CONSTRAINTS[1]

MessageA certificate's basic constraint extension has not been observed.
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 Code24601 (0x6019)

Questions

0votes
1answer

How to handle signing EXE file using SignTool returned error: 0x80096019?

I try to sign an EXE file using Sign Tool, once I did signing it's successful, but once I verify, it return this error. Anyone can help please. Thank you, really appreciate the help. Signing Certificate Chain: Issued to: CARoot Issued by: CARoot Expires: Sun Jan 01 07:59:59 2040 SHA1 [...] read more
return
certificate
signtool
0votes
0answers

SignTool Error: WinVerifyTrust returned error: 0x80096019

After signing my Application using Test certificate (pfx) with signtool when I try to verify using signtool verify I am getting below error code SignTool Error: WinVerifyTrust returned error: 0x80096019 A certificate's basic constraint extension has not been observed. I have Tried to other exe with the same cert still [...] read more
windows
certificate
clickonce
code-signing
signtool

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