Skip to content
Advertisement

Bluemix CLI on Linux – websocket: bad handshake

I’m able to push and execute a Java sample application under a Bluemix account but when running the log command through the CLI prompt I receive an error message as shown below:

JavaScript

My local platform the runs the CLI is Linux, see the currently installed version:

JavaScript

When accessing the log records through the web console dashboard, all log information is shown correctly.

Advertisement

Answer

The error you are seeing is because you are using an old version of Cloud Foundry CLI. This version is not supported in Bluemix.

Please use the link below to get a more recent version:

https://github.com/cloudfoundry/cli/releases

User contributions licensed under: CC BY-SA
8 People found this is helpful
Advertisement