Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ubuntu@boshcli:~$ export CF_TRACE=true
- ubuntu@boshcli:~$ cf login --skip-ssl-validation -a https://api.10.64.12.101.xip.io -u admin -p fakepassword
- VERSION:
- 6.10.0-b78bf10
- API endpoint: https://api.10.64.12.101.xip.io
- REQUEST: [2015-02-27T18:05:33Z]
- GET /v2/info HTTP/1.1
- Host: api.10.64.12.101.xip.io
- Accept: application/json
- Content-Type: application/json
- User-Agent: go-cli 6.10.0-b78bf10 / linux
- RESPONSE: [2015-02-27T18:05:33Z]
- HTTP/1.1 200 OK
- Content-Length: 336
- Content-Type: application/json;charset=utf-8
- Date: Fri, 27 Feb 2015 18:05:33 GMT
- Server: nginx
- X-Cf-Requestid: 1e03d4b8-1ce6-4baa-5088-2e742b43046b
- X-Content-Type-Options: nosniff
- X-Vcap-Request-Id: 7087f032-bbea-4718-58fa-2f32958b2c36::8c9b25b6-44a8-4d29-9ff8-4afb287ff719
- {"name":"vcap","build":"2222","support":"http://support.cloudfoundry.com","version":2,"description":"Cloud Foundry sponsored by Pivotal","authorization_endpoint":"https://login.10.64.12.101.xip.io","token_endpoint":"https://uaa.10.64.12.101.xip.io","api_version":"2.22.0","logging_endpoint":"wss://loggregator.10.64.12.101.xip.io:4443"}
- REQUEST: [2015-02-27T18:05:33Z]
- GET /login HTTP/1.1
- Host: login.10.64.12.101.xip.io
- Accept: application/json
- Content-Type: application/json
- User-Agent: go-cli 6.10.0-b78bf10 / linux
- RESPONSE: [2015-02-27T18:05:33Z]
- HTTP/1.1 200 OK
- Content-Length: 682
- Cache-Control: no-cache
- Cache-Control: no-store
- Cache-Control: no-cache, no-store, max-age=0
- Content-Language: en-US
- Content-Type: application/json;charset=UTF-8
- Date: Fri, 27 Feb 2015 18:05:32 GMT
- Expires: Thu, 01 Jan 1970 00:00:00 GMT
- Expires: Thu, 01 Jan 1970 00:00:00 GMT
- Pragma: no-cache
- Pragma: no-cache
- Server: Apache-Coyote/1.1
- X-Cf-Requestid: 9b9e3eb7-4675-4766-4b3a-9ea3b6c31c63
- X-Frame-Options: DENY
- {"timestamp":"2015-01-23T22:44:14+0000","app":{"version":"1.14"},"idpDefinitions":[],"commit_id":"c4e3209","prompts":{"username":["text","Email"],"password":["password","Password"],"passcode":["password","One Time Code (Get one at https://login.10.64.12.101.xip.io/passcode)"]},"forgotPasswordLink":"https://console.10.64.12.101.xip.io/password_resets/new","createAccountLink":"https://console.10.64.12.101.xip.io/register","links":{"register":"https://console.10.64.12.101.xip.io/register","passwd":"https://console.10.64.12.101.xip.io/password_resets/new","login":"https://login.10.64.12.101.xip.io","uaa":"https://uaa.10.64.12.101.xip.io"},"entityID":"login.10.64.12.101.xip.io"}
- Authenticating...
- REQUEST: [2015-02-27T18:05:33Z]
- POST /oauth/token HTTP/1.1
- Host: login.10.64.12.101.xip.io
- Accept: application/json
- Authorization: [PRIVATE DATA HIDDEN]
- Content-Type: application/x-www-form-urlencoded
- User-Agent: go-cli 6.10.0-b78bf10 / linux
- grant_type=password&password=[PRIVATE DATA HIDDEN]&scope=&username=admin
- RESPONSE: [2015-02-27T18:05:34Z]
- HTTP/1.1 500 Internal Server Error
- Content-Length: 126
- Cache-Control: no-cache, no-store, max-age=0
- Content-Language: en-US
- Content-Type: application/json;charset=UTF-8
- Date: Fri, 27 Feb 2015 18:05:32 GMT
- Expires: Thu, 01 Jan 1970 00:00:00 GMT
- Pragma: no-cache
- Server: Apache-Coyote/1.1
- X-Cf-Requestid: dcede786-2ffb-42c0-42e7-894317fc4f43
- {"passwd":"https://console.10.64.12.101.xip.io/password_resets/new","register":"https://console.10.64.12.101.xip.io/register"}
- Server error, status code: 500, error code: , message:
- Password>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement