Windows error 0x80090327, -2146893017

Detailed Error Information

SEC_E_CERT_UNKNOWN[1]

MessageAn unknown error occurred while processing the certificate.
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 Code807 (0x0327)

Questions

1vote
1answer

VS 2010 SP1 installation failed for VS 2010 Ultimate trial

When i try to install VS 2010 SP1 for VS 2010 Ultimate(trial version) I get this error "Installation did not succees" Fatal error during installation Log file is displayed below : Number of applicable items: 16 Summary Information: SetupUtility Service Pack 1 Package Microsoft Team Foundation Server 2010 Object Model [...] read more
visual-studio-2010
service-pack
0votes
1answer

Different curl responses when using Gitbash vs windows command prompt

I have a https restful endpoint which I am querying with curl using a command like this: curl -k --cert client-cert.pem:password https://test-server@mycompany.com/api/vi/getinfo In Gitbash this works and returns data. From windows command prompt the exact same command returns an error : curl: (35) schannel: next InitiaizeSecurityContent failed: SEC_E_CERT_UNKNOWN (0x80090327) - [...] read more
windows
https
curl
0votes
1answer

Cannot secure connection using TLS

I'm trying to establish a secure socket connection between a Java client applet (built with JDK 1.7.0_75-b13) and a VC++ server application. As a test vehicle, I used a VC++ client/server sample I found in the MSDN forums, modified it to use SChannel and was able to establish a socket [...] read more
java
sockets
applet
schannel

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