Advertisement
Guest User

curl

a guest
Feb 15th, 2016
273
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.77 KB | None | 0 0
  1. C:\>curl -v -s -k https://apisandbox.dev.clover.com/v3/merchants/dddddddddddddd --header "Authorization:Bearer ddddddddddddddddddddddddddd"
  2. * Adding handle: conn: 0x9d53e0
  3. * Adding handle: send: 0
  4. * Adding handle: recv: 0
  5. * Curl_addHandleToPipeline: length: 1
  6. * - Conn 0 (0x9d53e0) send_pipe: 1, recv_pipe: 0
  7. * About to connect() to apisandbox.dev.clover.com port 443 (#0)
  8. * Trying 107.155.123.25...
  9. * Connected to apisandbox.dev.clover.com (107.155.123.25) port 443 (#0)
  10. * SSLv3, TLS handshake, Client hello (1):
  11. * SSLv3, TLS handshake, Server hello (2):
  12. * SSLv3, TLS handshake, CERT (11):
  13. * SSLv3, TLS handshake, Server key exchange (12):
  14. * SSLv3, TLS handshake, Request CERT (13):
  15. * SSLv3, TLS handshake, Server finished (14):
  16. * SSLv3, TLS handshake, CERT (11):
  17. * SSLv3, TLS handshake, Client key exchange (16):
  18. * SSLv3, TLS change cipher, Client hello (1):
  19. * SSLv3, TLS handshake, Finished (20):
  20. * SSLv3, TLS change cipher, Client hello (1):
  21. * SSLv3, TLS handshake, Finished (20):
  22. * SSL connection using DHE-RSA-AES256-SHA
  23. * Server certificate:
  24. * subject: OU=Domain Control Validated; CN=*.dev.clover.com
  25. * start date: 2015-02-16 02:24:31 GMT
  26. * expire date: 2018-04-17 19:28:37 GMT
  27. * issuer: C=BE; O=GlobalSign nv-sa; CN=AlphaSSL CA - SHA256 - G2
  28. * SSL certificate verify result: unable to get local issuer certificate (20), continuing anyway.
  29. > GET /v3/merchants/gggggggggggggggg HTTP/1.1
  30. > User-Agent: curl/7.33.0
  31. > Host: apisandbox.dev.clover.com
  32. > Accept: */*
  33. > Authorization:Bearer xxxxx-xxxxx-xxxxxxxb
  34. >
  35. < HTTP/1.1 401 Unauthorized
  36. < content-length: 30
  37. < content-type: application/json; charset=utf-8
  38. < X-Frame-Options: SAMEORIGIN
  39. <
  40. {"message":"401 Unauthorized"}* Connection #0 to host apisandbox.dev.clover.com left intact
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement