Advertisement
alvise72

Untitled

Feb 27th, 2015
274
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.35 KB | None | 0 0
  1. ubuntu@boshcli:~$ export CF_TRACE=true
  2. ubuntu@boshcli:~$ cf login --skip-ssl-validation -a https://api.10.64.12.101.xip.io -u admin -p fakepassword
  3.  
  4. VERSION:
  5. 6.10.0-b78bf10
  6.  
  7. API endpoint: https://api.10.64.12.101.xip.io
  8.  
  9. REQUEST: [2015-02-27T18:05:33Z]
  10. GET /v2/info HTTP/1.1
  11. Host: api.10.64.12.101.xip.io
  12. Accept: application/json
  13. Content-Type: application/json
  14. User-Agent: go-cli 6.10.0-b78bf10 / linux
  15.  
  16.  
  17.  
  18. RESPONSE: [2015-02-27T18:05:33Z]
  19. HTTP/1.1 200 OK
  20. Content-Length: 336
  21. Content-Type: application/json;charset=utf-8
  22. Date: Fri, 27 Feb 2015 18:05:33 GMT
  23. Server: nginx
  24. X-Cf-Requestid: 1e03d4b8-1ce6-4baa-5088-2e742b43046b
  25. X-Content-Type-Options: nosniff
  26. X-Vcap-Request-Id: 7087f032-bbea-4718-58fa-2f32958b2c36::8c9b25b6-44a8-4d29-9ff8-4afb287ff719
  27.  
  28. {"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"}
  29.  
  30. REQUEST: [2015-02-27T18:05:33Z]
  31. GET /login HTTP/1.1
  32. Host: login.10.64.12.101.xip.io
  33. Accept: application/json
  34. Content-Type: application/json
  35. User-Agent: go-cli 6.10.0-b78bf10 / linux
  36.  
  37.  
  38.  
  39. RESPONSE: [2015-02-27T18:05:33Z]
  40. HTTP/1.1 200 OK
  41. Content-Length: 682
  42. Cache-Control: no-cache
  43. Cache-Control: no-store
  44. Cache-Control: no-cache, no-store, max-age=0
  45. Content-Language: en-US
  46. Content-Type: application/json;charset=UTF-8
  47. Date: Fri, 27 Feb 2015 18:05:32 GMT
  48. Expires: Thu, 01 Jan 1970 00:00:00 GMT
  49. Expires: Thu, 01 Jan 1970 00:00:00 GMT
  50. Pragma: no-cache
  51. Pragma: no-cache
  52. Server: Apache-Coyote/1.1
  53. X-Cf-Requestid: 9b9e3eb7-4675-4766-4b3a-9ea3b6c31c63
  54. X-Frame-Options: DENY
  55.  
  56. {"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"}
  57. Authenticating...
  58.  
  59. REQUEST: [2015-02-27T18:05:33Z]
  60. POST /oauth/token HTTP/1.1
  61. Host: login.10.64.12.101.xip.io
  62. Accept: application/json
  63. Authorization: [PRIVATE DATA HIDDEN]
  64. Content-Type: application/x-www-form-urlencoded
  65. User-Agent: go-cli 6.10.0-b78bf10 / linux
  66.  
  67. grant_type=password&password=[PRIVATE DATA HIDDEN]&scope=&username=admin
  68.  
  69. RESPONSE: [2015-02-27T18:05:34Z]
  70. HTTP/1.1 500 Internal Server Error
  71. Content-Length: 126
  72. Cache-Control: no-cache, no-store, max-age=0
  73. Content-Language: en-US
  74. Content-Type: application/json;charset=UTF-8
  75. Date: Fri, 27 Feb 2015 18:05:32 GMT
  76. Expires: Thu, 01 Jan 1970 00:00:00 GMT
  77. Pragma: no-cache
  78. Server: Apache-Coyote/1.1
  79. X-Cf-Requestid: dcede786-2ffb-42c0-42e7-894317fc4f43
  80.  
  81. {"passwd":"https://console.10.64.12.101.xip.io/password_resets/new","register":"https://console.10.64.12.101.xip.io/register"}
  82. Server error, status code: 500, error code: , message:
  83.  
  84. Password>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement