Hello Everyone. Im starting off a Octopus POC and trying to install a tenticle onto my demo Windows 2016 server. However, when I try to use a polling tentacle I get this error. Was wondering if anyone can guide me in the right direction:
Checking connectivity on the server communications port 10943…
Error: ===============================================================================
Error: The underlying connection was closed: An unexpected error occurred on a send.
Error: System.Net.WebException
Error: at System.Net.HttpWebRequest.GetResponse()
Error: at Octopus.Tentacle.Communications.OctopusServerChecker.<>c__DisplayClass2_0.b__1()
Error: at Octopus.Tentacle.Communications.OctopusServerChecker.Retry(Action action, Int32 retryCount, TimeSpan initalDelay, Double backOffFactor)
Error: at Octopus.Tentacle.Communications.OctopusServerChecker.CheckServerCommunicationsIsOpen(Uri serverAddress, IWebProxy proxyOverride)
Error: at Octopus.Tentacle.Commands.RegisterMachineCommandBase1.StartAsync Error: at Octopus.Tentacle.Commands.RegisterMachineCommandBase
1.Start()
Error: at Octopus.Shared.Startup.AbstractCommand.Start(String[] commandLineArguments, ICommandRuntime commandRuntime, OptionSet commonOptions)
Error: at Octopus.Shared.Startup.ConsoleHost.Run(Action`1 start, Action shutdown)
Error: at Octopus.Shared.Startup.OctopusProgram.RunHost(ICommandHost host)
Error: at Octopus.Shared.Startup.OctopusProgram.Run()
Error:
Error: --Inner Exception–
Error: The handshake failed due to an unexpected packet format.
Error: System.IO.IOException
Error: at System.Net.Security.SslState.StartReadFrame(Byte[] buffer, Int32 readBytes, AsyncProtocolRequest asyncRequest)
Error: at System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest)
Error: at System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest)
Error: at System.Net.Security.SslState.ForceAuthentication(Boolean receiveFirst, Byte[] buffer, AsyncProtocolRequest asyncRequest)
Error: at System.Net.Security.SslState.ProcessAuthentication(LazyAsyncResult lazyResult)
Error: at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
Error: at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
Error: at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
Error: at System.Net.TlsStream.ProcessAuthentication(LazyAsyncResult result)
Error: at System.Net.TlsStream.Write(Byte[] buffer, Int32 offset, Int32 size)
Error: at System.Net.ConnectStream.WriteHeaders(Boolean async)
Error: -------------------------------------------------------------------------------