Windows error 0x8009035D, -2146892963

Detailed Error Information

SEC_E_INVALID_PARAMETER[1]

MessageOne or more of the parameters passed to the function was invalid.
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 Code861 (0x035d)

Questions

1vote
0answers

Getting Windows Security Error "0x8009035D" with SHA-1 certificate

I am using net socket programming at client side for connecting to the server. When the server is sending SHA-256 signed certificate I am not getting any error, communication is taking place smoothly. In my personal PC SHA-1 signed certificate is also working fine. But when SHA-1 certificates are deployed [...] read more
windows
sockets
security
ssl-certificate
tls1.2

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