Top "Sslstream" questions

.NET class that provides a stream used for client-server communication that uses TLS/SSL security protocols to authenticate the server and optionally the client.

Authentication failed because remote party has closed the transport stream

I am developing a TCP client to connect OpenSSL server with the certificate authentication. I have using .crt and .key …

.net openssl x509certificate sslstream
SSLStream: "A Call to SSPI Failed" Exception

I have a strange problem: I wrote a server and client in c# based on .net2 which are chatting over …

c# mono .net-2.0 sslstream sspi
Using SSL and SslStream for peer to peer authentication?

I need to provide secure communication between various processes that are using TCP/IP sockets for communication. I want both …

c# ssl ssl-certificate sslstream
How do I identify my server name for server authentication by client in c#

I have recently been trying to make a SSL encrypted Server/Client in C#. I have followed this tutorial on …

c# sslstream makecert
Certificate problem with a new machine - credentials supplied to package not recognized

I am installing a windows service on a new machine. The service does various operations over SslStream over TCP, which …

certificate x509certificate sslstream
AuthenticateAsClient: System.IO.IOException: Received an unexpected EOF or 0 bytes from the transport stream

Due to Heartbleed, our Gateway Server was updated and this problem presented itself. Due to POODLE, SSLv3 is no longer …

c#-2.0 tcpclient ioexception sslstream
SslStream and Authentication

I was reading MSDN info articles for quite a long time and still I fail to understand it. Based on …

c# ssl certificate ssl-certificate sslstream
C# SSL secure sockets

I have a fine, working communicator application, written in C#. Now I need to implement a secure connection to the …

c# sockets ssl ssl-certificate sslstream
Does .NET Core 3 support TLS 1.3

I am using .NET Core 3.0 to make a proxy which support only TLS 1.3, I saw that Tls13 = 12288 is defined in …

c# .net sslstream tls1.3
SslStream client unable to complete handshake with stunnel server

I have a fully operational system where openssl based clients interact with an openssl server. Each client have its own …

c# .net openssl sslstream stunnel