Is there an alternate TLS implementaion to SChannel in .Net

535 Views Asked by At

I am trying to setup a 2-Way SSL with PEM certificate key pair on windows using .Net SSLstream. However I keep getting the followinng SChannel error: "A fatal error occurred while creating a TLS client credential. The internal error state is 10013.". The SSL handshake always fails. However when I use postman with the same certificate & key, it works fine. Does anyone know what postman uses internally? OpenSSL, boringSSL etc? Is there any alternate TLS implementation I can use in .Net?

Please refer this post for what I have tried : SSL Handshake fails in C# but works in postman

0

There are 0 best solutions below