HTTPS client and server app results in SEC_E_INTERNAL_ERROR (0x80090304) when server requests client cert and client uses imported PEM cert

John Brunett 1 Reputation point
2022-02-01T00:28:25.01+00:00

Our Schannel implementation of an HTTPS client and server app in C, during SSL handshaking where server is requesting a client certificate via AcceptSecurityContext passing in ASC_REQ_MUTUAL_AUTH and client is providing a x509 certificate with RSA key (blobs imported from PEM file). This results in a client failure during the second call to InitializeSecurityContext with SEC_E_INTERNAL_ERROR (0x80090304) - The Local Security Authority cannot be contacted.

NOTE: This same logic works without failure when same client certificate is provided by the Windows Certificate Store.

Windows API - Win32
Windows API - Win32
A core set of Windows application programming interfaces (APIs) for desktop and server applications. Previously known as Win32 API.
2,411 questions
Windows 10 Security
Windows 10 Security
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Security: The precautions taken to guard against crime, attack, sabotage, espionage, or another threat.
2,747 questions
{count} votes