Hello, I’m trying to set up a linux polling tentacle which needs to use a proxy for outbound communication to octopus server, but the register-with command fails due to communication timeout (towards Octopus Cloud server), even though I’ve configured the instance with the proxy command.
Any advice how to proceed on this one? Is there a way to enable more debug logging to check if proxy is being used? There is no trace in proxy server log of the tentacle client attempting to use the proxy.
The tentacle config do contain proxy host info:
<set key="Octopus.Proxy.ProxyHost">bf-proxy********.net</set>
<set key="Octopus.Proxy.ProxyPort">8888</set>
<set key="Octopus.Proxy.UseDefaultProxy">false</set>
tentacle register-with error:
Checking connectivity on the server communications port 10943...
{0} failed with message {1). Retrying ({2}/{3}) in {4}. (Checking that server communications are open,The operation has timed out.,1,5,00:00:00.7500000) => Input string was not in a correct format.
System.Net.WebException: The operation has timed out.
at System.Net.HttpWebRequest.GetResponse()
at Octopus.Tentacle.Communications.OctopusServerChecker.<>c__DisplayClass2_0.<CheckServerCommunicationsIsOpen>b__1() in /opt/buildagent/work/f090214449efab33/source/Octopus.Tentacle/Communications/OctopusServerChecker.cs:line 48
at Octopus.Tentacle.Communications.OctopusServerChecker.Retry(String actionDescription, Action action, Int32 retryCount, TimeSpan initialDelay, Double backOffFactor) in /opt/buildagent/work/f090214449efab33/source/Octopus.Tentacle/Communications/OctopusServerChecker.cs:line 85