I'm trying to login Cloud Foundry endpoint. But when I connect by Cloud Foundry CLI, I get a error message below:
C:\Users\abc>cf login -a https://xxx.predix-
uaa.run.aws-usw02-pr.ice.predix.io
API endpoint: https://xxx.predix-uaa.run.aws-us
w02-pr.ice.predix.io
Not logged in. Use 'cf login' to log in.
FAILED
Error performing request: Get /login: unsupported protocol scheme ""
Please help!
-voption:cf login -a https://xxx.predix-uaa.run.aws-usw02-pr.ice.predix.io -v. The first request (GET /v2/info) should return a JSON formatted list with information about your CF deployment, incl. urls to "login". Does it? If not, that's the wrong API endpoint url. - dkoper