Tagged Questions
2
votes
2answers
2k views
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 uses the certificate in problem.
The service has been operating fine with the ...
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 ...
0
votes
1answer
41 views
SSL over TCP Authenticate Windows Service with certificate
I have one server and three clients in which a windows service is running with local system privileges. Clients and server are mutual authenticated using SSL over TCP and certificates (I'm using the ...
0
votes
1answer
31 views
C++/CLI Authenticate software through x509 certificate
My project is to create a client-server communication that uses the Secure Socket Layer (SSL) security protocol to authenticate the server and the client.
I used c++/cli language, SslStream class ...