Hi,
our octopus server throws an update check error bellow. The server is behind a firewall and uses a proxy server for outbound http/https calls. I am able to reach https://octopusdeploy.com/download/upgrade/v3 via powershell. What can I do to make the update check work through the proxy server?
Thanks
Failed checking for updates
System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 104.20.60.163:443
at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Exception& exception)
--- End of inner exception stack trace ---
at System.Net.WebClient.DownloadDataInternal(Uri address, WebRequest& request)
at System.Net.WebClient.DownloadString(Uri address)
at Octopus.Server.Schedules.CheckForOctopusUpgrades.CheckForUpdates() in Y:\Work\refs\tags\3.3.25\source\Octopus.Server\Schedules\CheckForOctopusUpgrades.cs:line 105