The tentacle is working, but the logs are filling with the following error message every 5 seconds. Do you have any suggestions on how to fix this? It’s a listening tentacle, version 3.2.13.0. Calamari folder says version 3.1.2. Server version 3.2.0
2016-01-20 07:56:57.7647 16 INFO listen://[::]:10933/ 16 Accepted TCP client: [::ffff:X.X.X.X]:27832
2016-01-20 07:56:57.7647 51 INFO listen://[::]:10933/ 51 Performing TLS server handshake
2016-01-20 07:56:57.7647 51 INFO listen://[::]:10933/ 51 Unhandled error when handling request from client: [::ffff:X.X.X.X]:27832
System.IO.IOException: Authentication failed because the remote party has closed the transport stream.
at System.Net.Security.SslState.StartReadFrame(Byte[] buffer, Int32 readBytes, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.ForceAuthentication(Boolean receiveFirst, Byte[] buffer, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.ProcessAuthentication(LazyAsyncResult lazyResult)
at Halibut.Transport.SecureListener.ExecuteRequest(TcpClient client) in y:\work\7ab39c94136bc5c6\source\Halibut\Transport\SecureListener.cs:line 104