m_ssl.AuthenticateAsServer(m_X509Certificate,
false,SslProtocols.Tls12,false);
Using Network 4.5.1 on Windows Server 2012 R2 (Virtual machine) and C#
The server receive connections from external devices, more than 1200 simultaneously.
After the connection has been received, the TLS1.2 encryption is used.
This works fine most of time, except (over weekends), it seems , when the external connection 3G is dropped and many of the external devices. Then about 200-500 of the external devices fails to connect while the remaining 600 stays connected.
needs to connect again. The error I get during Authentication is: An established connection was aborted by the software in your host machine.Each ssl stream is dispose of when closed.
This is the only exception of with inner exceptions I get. No events are logged in the event log.
How can I trace what s the reason why the host machine aborted the connection?
On Hyper V, this is set