Tagged Questions
1
vote
1answer
1k views
SslStream on TCP Server fails to validate client certificate with RemoteCertificateNotAvailable
This question is all about solving a SslPolicyError.RemoteCertificateNotAvailable error.
I have developed a TCP Server with SSLStream and a TCP Client for the other end.
I authenticate the server ...