Windows error 0x800B010D, -2146762483

Detailed Error Information

CERT_E_UNTRUSTEDTESTROOT[1]

MessageThe certification path terminates with the test root which is not trusted with the current policy settings.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode11 (0x00b)
NameFACILITY_CERT[2][1]
DescriptionThe source of the error code is a certificate client or server? [2][1]
Error Code269 (0x010d)

Questions

2votes
1answer

What do the different status error codes for the CheckValidationResult certificateProblem parameter stand for?

In the MSDN Example of the ICertificatePolicy interface, there is an enum which lists all the possible status error codes that can be returned via the ValidationCallback: public enum CertificateProblem : long { CertEXPIRED = 0x800B0101, CertVALIDITYPERIODNESTING = 0x800B0102, CertROLE = 0x800B0103, CertPATHLENCONST = 0x800B0104, CertCRITICAL = 0x800B0105, CertPURPOSE = [...] read more
c#
ssl
certificate
0votes
1answer

Failed to verified signed exe on Windows OS

I have created a JavaFX bundle on Windows7 OS and signed the .exe using signtool. The .exe is signed successfully but when verifying the .exe it is producing this error - > SignTool Error: WinVerifyTrust returned error: 0x800B010D Verifying: > Application.exe The certification path terminates with the test root which [...] read more
javafx
signtool
0votes
1answer

confusion about Certificates

I have WCF REST web service hosted by IIS, it works on HTTPS, I generate Certificate on IIS and assign Https to a port I generate cer through IE browser. I create a test application and regardless Add a client certificate or not or even add a wrong certificate the [...] read more
asp.net
wcf
ssl
https

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