Hello
I am having issues with Octopus server connections to a tentacle, we have multiple tentacles that are working fine, but there is one that I cannot get to work.
When running health check from the Octopus Server I get the following error:
Opening a new connection to https://172.25.208.41:10933/ Info Connection established to [::ffff:172.25.208.41]:10933 for https://172.25.208.41:10933/ Info Performing TLS handshake Info Secure connection established. Server at [::ffff:172.25.208.41]:10933 identified by thumbprint: 98750DB23865ED1136F5D4110CC2C65634C690A9, using protocol Tls12 Info Identifying as a client Info Sent: IScriptService::StartScript[1] / 3b0e2bfa-fed3-47c3-8b3f-b9e5a1752ff1 Error The connection to the host at https://172.25.208.41:10933/ timed out, there may be problems with the network, connection will be retried.
And the Tentacle logs:
> 5532 8 INFO listen://[::]:10933/ 8 Accepted TCP client: [::ffff:82.xxx.xx.xx]:65139
> 5532 9 INFO listen://[::]:10933/ 9 Client at [::ffff:82.xxx.xx.xx]:65139 authenticated as 68C8636036C2D5ACF06011C18337CE00919C604E
> 5532 9 ERROR listen://[::]:10933/ 9 Socket IO exception: [::ffff:82.xxx.xx.xx]:65139
> System.Net.Sockets.SocketException (0x80004005): An existing connection was forcibly closed by the remote host
> at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size)
Is there anything you can recommend I try to resolve this issue?
Regards
Natan