schannel Questions

4

Solved

When I try to execute this curl command : curl -v --key some_key_file.key --cert certificate_file.pem --show-error --header "Content-Type: application/json;charset=UTF-8" https://some-api...
Tractarianism asked 19/10, 2020 at 11:50

2

Solved

I'm trying to access an SSL URL from a Windows browser to another machine running Tomcat and I am seeing error 36887 from Schannel in the System event log on the Windows machine with this descripti...
Nelia asked 21/5, 2021 at 9:49

1

Solved

I'm experiencing connection negotiations failure while trying to establish two way authentication with .NET clients. This happens after the remote server increased significantly the list of authori...
Cissy asked 30/8, 2021 at 15:49

2

Solved

I'm using .NET to download data from a URL. For most URLs it works no problem, but for one specific URL, I am getting a very weird error when I try to make the connection. Furthermore, the error on...
Minorca asked 9/10, 2020 at 16:24

1

Solved

Where can I find a definition of the Windows Schannel fatal alerts codes that show up in Event Viewer? For instance: A fatal alert was received from the remote endpoint. The TLS protocol defined f...
Stereometry asked 26/6, 2020 at 2:14

1

I can implement HTTP using "win sockets" easily , but I've been struggling to implement HTTPS using "SChannel" which is pretty much poorly documented "at least for me". How can I establish a secure...
Doretha asked 6/12, 2015 at 4:46

2

Solved

Microsoft provides best practices guidance for Transport Layer Security (TLS). This document describes registry keys that can enable or disable a specific protocol. https://learn.microsoft.com/en-...
Canossa asked 18/7, 2018 at 15:11

1

I call AcquireCredentialsHandle in a kernel driver, passing in SCHANNEL_CRED with the dwCredFormat set to SCH_CRED_FORMAT_CERT_HASH. It fails with SEC_E_NO_CREDENTIALS. Here is my code: BYTE certH...
Schrecklichkeit asked 3/8, 2018 at 9:18

1

Environment: Reporting Services running on a SQL Server 2008 R2 SP3 installation on a Windows 2008 server with .Net 4.6.1 installed and .Net 3.5 enabled as feature. IIS, database and reporting ser...
Murdocca asked 4/4, 2018 at 21:57

0

In my company we have a Windows service developed in C# to process requests messages from clients using SSLStream with Tls12 and Server and Client certificates. Service have worked fine on Windows ...
Penuchle asked 16/11, 2017 at 16:14

2

Solved

I'm working on a program for personal use that scrapes a few webpages periodically. One of them requires the use of SSL, and its main URL actually is a load balancer that redirects to a different d...
Domett asked 1/9, 2015 at 14:18

1

I'm trying to connect to the test server started with openssl (this limited ciphersuite combination is intended): openssl s_server -accept 443 -www -tls1_2 -cipher ECDHE:DHE:EDH -cert selfsignedce...
Hypoderma asked 27/5, 2015 at 9:5

0

I am working with a server using SChannel TLS. I use SCHANNEL_CRED and AcquireSecurityCredentials to create the security credentials that are then passed to AcceptSecurityContext. Everything seems ...
Catalase asked 10/5, 2015 at 20:58

1

Solved

I am trying to re-order/remove cipher suites due to compliance reasons (I want to use 256 bit AES and ephemeral keys) in .Net. However, using WCF TCP Transport Security, I cede all control over the...
Endocranium asked 30/10, 2013 at 23:15

1

Solved

I've got an OpenSSL generated X.509 certificate in PEM format and it's associated key file. This certificate is required for authentication when connecting to a prototype server. This works fine on...
Violet asked 27/3, 2013 at 23:25
1

© 2022 - 2024 — McMap. All rights reserved.