System.IO.IOException every 5 seconds

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

Hi Lars,

Thanks for getting in touch. There’s no way currently to suppress these messages from the logs, but the logs are rolling so they will eventually get deleted. Can you confirm that the machine at the IP address mentioned in the log is the Octopus server, and not some other server that is connecting to the Tentacle (not, say, a legacy 2.6 Octopus server or some kind of network scanning software)?

Are there any firewalls between the Octopus and Tentacle? Sometimes these will shut down connections prematurely.

Paul Stovell