Hi for some reason ,
We are building a new environment based on 2019 servers.
Our octopus server is running 2016.
Everything looks fine regarding network, the Server can ping the client and Telnet the port 10933.
We’ve copied the tentacle config file from a working environment.
We also have already working environment working using 2019 server.
But here every time we try to add the new target in octopus we have this error:
Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host… Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host… An existing connection was forcibly closed by the remote host.
And we have this on the tentacle logs:
2023-07-05 16:09:16.7395 7508 124 INFO listen://[::]:10933/ 124 Accepted TCP client: [::ffff:@IP_server]:53218
2023-07-05 16:09:16.7395 7508 119 ERROR listen://[::]:10933/ 119 Socket IO exception: [::ffff:@IP_server]:53217
System.Net.Sockets.SocketException (0x80004005): An existing connection was forcibly closed by the remote host
at System.Net.Sockets.Socket.BeginReceive(Byte buffer, Int32 offset, Int32 size, SocketFlags socketFlags, AsyncCallback callback, Object state)
at System.Net.Sockets.NetworkStream.BeginRead(Byte buffer, Int32 offset, Int32 size, AsyncCallback callback, Object state)
We’ve spend the day trying to fix it but we can’t find any reason why.
Also interesting fact we can’t open the tentacle URL from the server
https://@IP_client:10933
But this work locally on the client server.