I am trying to connect to Cloud Foundry endpoint. I am working behind a proxy.
When I try to connect, I get the error below:
C:\WorkSpace\spring-bics-service-test>cf login
API endpoint> https://apps.xx.xxxx-xxx-cloud.com
FAILED
Error performing request: Get https://apps.xx.xxxx-xxx-cloud.com/v2/info: Proxy Authentication Required
I have set user variables for HTTP_PROXY and HTTPS_PROXY in system advanced setting. Does anyone know how to solve this? Is there any specific setting anywhere in Cloud Foundry or through cmd?