Hi,
I have made a windows form (.Netframework) application with a server ssl connection. I work very well.
But when i put the same code in a windows service, sslStream.AuthenticateAsServer dont work. What must I do to use a ssl server with sslstream in a service ?