Advertisement
Guest User

Untitled

a guest
May 18th, 2015
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. curl --cacert <cacert> -i -X POST -d '{"auth": {"scope": {"project": {"domain": {"name": "users"}, "name": "proj1"}}, "identity": {"password": {"user": {"domain": {"name": "users"}, "password": "*********", "name": "ccard"}}, "methods": ["password"]}}}' -H "Accept: application/json" -H "Content-Type: application/json" https://<fqdn>:35357/v3/auth/tokens
  2.  
  3. HTTP/1.1 500 Internal Server Error
  4. Date: Mon, 18 May 2015 16:08:39 GMT
  5. Server: Apache/2.4.6 (CentOS)
  6. Content-Length: 531
  7. Connection: close
  8. Content-Type: text/html; charset=iso-8859-1
  9.  
  10. <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
  11. <html><head>
  12. <title>500 Internal Server Error</title>
  13. </head><body>
  14. <h1>Internal Server Error</h1>
  15. <p>The server encountered an internal error or
  16. misconfiguration and was unable to complete
  17. your request.</p>
  18. <p>Please contact the server administrator at
  19. [no address given] to inform them of the time this error occurred,
  20. and the actions you performed just before this error.</p>
  21. <p>More information about this error may be available
  22. in the server error log.</p>
  23. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement