Cf 日志连接失败,因为连接的主机未能响应
Cf Logs connections failed because connected host has failed to respond
我的 cf 日志有问题。如果我使用的是 cf 日志,我会收到以下错误
C:\Users\Z003PCEU> cf logs hello-spring-cloud FAILED Error dialing
traffic controller server: dial tcp 139.25.25.200:4443: connectex: A
connection attempt failed because the connected party did not properly
respond after a period of time, or established connection failed
because connected hos t has failed to respond.. Please ask your Cloud
Foundry Operator to check the platform configuration (traffic
controller is wss://doppler.sys.de.c
loudfoundry.it-platforms.net:4443).
使用 Curl 获取访问权限可提供以下信息
代理错误
503
仅在公司外部通信时才需要代理。 cf应该net用吧
从控制台中删除代理导致
Failed to connect to 10.0.0.17 port 4443: Connection refused
10.X.X.X为云内网。
有人有想法吗?
这是防火墙问题。端口 4443 未打开。在防火墙内更改配置后,它可以工作
我的 cf 日志有问题。如果我使用的是 cf 日志,我会收到以下错误
C:\Users\Z003PCEU> cf logs hello-spring-cloud FAILED Error dialing traffic controller server: dial tcp 139.25.25.200:4443: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected hos t has failed to respond.. Please ask your Cloud Foundry Operator to check the platform configuration (traffic controller is wss://doppler.sys.de.c loudfoundry.it-platforms.net:4443).
使用 Curl 获取访问权限可提供以下信息
代理错误
503
仅在公司外部通信时才需要代理。 cf应该net用吧
从控制台中删除代理导致
Failed to connect to 10.0.0.17 port 4443: Connection refused
10.X.X.X为云内网。
有人有想法吗?
这是防火墙问题。端口 4443 未打开。在防火墙内更改配置后,它可以工作