I am getting the below error Get /login: unsupported protocol scheme ""
when I am trying to login with cloud foundry cli..
I am typing cf login , it displays the api endpoint and the below error
Warning: Your targeted API's version (3.59.0) is less than the minimum supported API version (3.85.0). Some commands may not function correctly.
Get /login: unsupported protocol scheme ""
FAILED
Kindly help on this.
cf login -v. That should give you more debugging information which will likely provide clues. 2.) Your cf cli seems significantly newer than your target CF installation. Either upgrade your CF installation or try using an older cf cli version. Otherwise, the cf cli will fail when it requires a feature not available in your CF version. - Daniel Mikusa-vflag. That will provide details on what the cf cli is doing. - Daniel Mikusa