Top "Schannel" questions

How to import an OpenSSL key file into the Windows Certificate Store

I've got an OpenSSL generated X.509 certificate in PEM format and it's associated key file. This certificate is required for …

windows openssl x509 schannel
What are the Schannel TLS fatal alert codes?

Where can I find a definition of the Windows Schannel fatal alerts codes that show up in Event Viewer? For …

schannel
What is the difference between the DisabledByDefault and Enabled SSL/TLS registry keys on Microsoft Windows?

Microsoft provides best practices guidance for Transport Layer Security (TLS). This document describes registry keys that can enable or disable …

windows ssl schannel
Can't connect to the SSL server that use only ephemeral ciphersuites (The Local Security Authority cannot be contacted)

I'm trying to connect to the test server started with openssl (this limited ciphersuite combination is intended): openssl s_server …

c# ssl sspi schannel
curl error 35 : failed to receive handshake, SSL/TLS connection failed

When I try to execute this curl command : curl -v --key some_key_file.key --cert certificate_file.pem --show-error …

ssl curl certificate schannel