Windows error 0x80092007, -2146885625

Detailed Error Information

CRYPT_E_SELF_SIGNED[1]

MessageThe specified certificate is self signed.
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 Code8199 (0x2007)

Questions

3votes
1answer

Import-PfxCertificate not saving certificate in designated System Store Location

I am trying to install a certificate provided by mitmproxy.org via powershell and windows is not saving the certificate in the correct location. Commands I tried to run: Get-ChildItem -Path c:\mitmproxy-ca-cert.p12 | Import-PfxCertificate -CertStoreLocation cert:\LocalMachine\Root Instead of inserting a cert into Trusted Root Certification Authorities, it put it in Intermediate [...] read more
powershell
certificate
0votes
2answers

Hyper-V Replication Failed - Self Signed Certificates

I have 2 servers running Hyper-V. Both servers are off domain and part of the WORKGROUP. I have setup one of the servers to act as a Hyper-V Replica making use of self-signed certificates. I followed the below guide: Setup 2 Hyper-V 2016 Servers, enable Hyper-V Replica with self-created certificates [...] read more
certificate
replication
hyper-v

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