Hi There,
I have a Octopus default tentacle (version 2.6) running at Port :10933 which is connected to a Octopus server of version 2.6.
Today i have added an instance to this Tentacle with port as : 10944, i also have a Octopus server 3.11 installed on some other VM, now am trying to connect this Tentacle (of version 2.6 with port 10944 ) with Octopus server of 3.6 version. but could not able to do successful ‘Health Check’.
Below is the error for the reference :
Info
Performing TLS handshake
Info
Secure connection established. Server at [::ffff:192.168.100.113]:10944 identified by thumbprint: E1367C38509E7B6F548A47XXXXXXXX…6, using protocol Tls
Info
Identifying as a client
Error
Connection initialization failed while connecting to https://servername:10944/
Halibut.Transport.Protocol.ConnectionInitializationFailedException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. —> System.IO.IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. —> System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host
at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size)
— End of inner exception stack trace —
at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size)
at System.Net.FixedSizeReader.ReadPacket(Byte[] buffer, Int32 offset, Int32 count)
at System.Net.Security._SslStream.StartFrameBody(Int32 readBytes, Byte[] buffer, Int32 offset, Int32 count, AsyncProtocolRequest asyncRequest)
at System.Net.Security._SslStream.StartFrameHeader(Byte[] buffer, Int32 offset, Int32 count, AsyncProtocolRequest asyncRequest)
at System.Net.Security._SslStream.StartReading(Byte[] buffer, Int32 offset, Int32 count, AsyncProtocolRequest asyncRequest)
at System.Net.Security._SslStream.ProcessRead(Byte[] buffer, Int32 offset, Int32 count, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslStream.Read(Byte[] buffer, Int32 offset, Int32 count)
at System.IO.StreamReader.ReadBuffer()
at System.IO.StreamReader.ReadLine()
at Halibut.Transport.Protocol.MessageExchangeStream.ReadRemoteIdentity()
at Halibut.Transport.Protocol.MessageExchangeStream.ExpectServerIdentity()
at Halibut.Transport.Protocol.MessageExchangeProtocol.PrepareExchangeAsClient()
— End of inner exception stack trace —
at Halibut.Transport.Protocol.MessageExchangeProtocol.PrepareExchangeAsClient()
at Halibut.HalibutRuntime.<>c__DisplayClass27_0.b__0(MessageExchangeProtocol protocol)
at Halibut.Transport.SecureClient.ExecuteTransaction(Action`1 protocolHandler)
Please do the needful.