0

我已经在 Windows 7 机器上安装了 Cloud Foundry。我正在尝试通过 Cloud Foundry CLI 通过将 API 端点作为 vCenter 服务器的 IP 地址登录到 VMware vCenter 服务器。我收到“服务器错误,状态代码:404,错误代码:0 , 信息:”。但是,我能够成功 ping 到 vCenter 服务器并通过 REST 客户端进行 API 调用。

c:\ cf login

c:\ API endpoint> http://xx.xx.xx.xx

  Invalid SSL Cert for xx.xx.xx.xx
  TIP: Use 'cf login --skip-ssl-validation' to continue with an insecure
  API     endpoint

c:\ cf login  --skip-ssl-validation  -a http://xx.xx.xx.xx

c:\ API endpoint: https://xx.xx.xx.xx

  FAILED
  Server error, status code: 404, error code: 0, message:

Cloud Foundry 版本:6.12.1

请帮我调试错误

4

1 回答 1

0

API 端点具有以下结构:

https://api.MY_IP.xip.io
于 2015-07-27T10:40:12.590 回答