Stburcher
Stburcher

Reputation: 84

Cf Logs connections failed because connected host has failed to respond

I have a problem with the cf log. If I'm using cf logs, I get the following error

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).

Using Curl to get access provides the following info
Proxy error 503
the proxy is only needed for communication outside the company. Cf should net use it.

Removing the proxy from console results in

Failed to connect to 10.0.0.17 port 4443: Connection refused

10.X.X.X is the cloud internal network.

Anyone an Idea?

Upvotes: 0

Views: 932

Answers (1)

Stburcher
Stburcher

Reputation: 84

It was a firewall problem. The port 4443 was not open. After changing the configuration within the firewall it works

Upvotes: 1

Related Questions