Advertisement
Guest User

Untitled

a guest
Oct 7th, 2015
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.67 KB | None | 0 0
  1.  
  2. C:\Windows\system32>curl -v "https://api.xsolla.com/merchant/merchants/24403/tok
  3. en" 1>C:\Users\root\Desktop\Kappa.txt
  4. % Total % Received % Xferd Average Speed Time Time Time Current
  5. Dload Upload Total Spent Left Speed
  6. 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0*
  7. Trying 185.30.21.20...
  8. * Connected to api.xsolla.com (185.30.21.20) port 443 (#0)
  9. * ALPN, offering http/1.1
  10. * Cipher selection: ALL:!EXPORT:!EXPORT40:!EXPORT56:!aNULL:!LOW:!RC4:@STRENGTH
  11. * successfully set certificate verify locations:
  12. * CAfile: C:\Program Files\cURL\bin\curl-ca-bundle.crt
  13. CApath: none
  14. * TLSv1.2 (OUT), TLS header, Certificate Status (22):
  15. } [5 bytes data]
  16. * TLSv1.2 (OUT), TLS handshake, Client hello (1):
  17. } [512 bytes data]
  18. * TLSv1.2 (IN), TLS handshake, Server hello (2):
  19. { [107 bytes data]
  20. * NPN, negotiated HTTP1.1
  21. { [5 bytes data]
  22. * TLSv1.2 (IN), TLS handshake, Certificate (11):
  23. { [4761 bytes data]
  24. * TLSv1.2 (IN), TLS handshake, Server key exchange (12):
  25. { [333 bytes data]
  26. * TLSv1.2 (IN), TLS handshake, Server finished (14):
  27. { [4 bytes data]
  28. * TLSv1.2 (OUT), TLS handshake, Client key exchange (16):
  29. } [70 bytes data]
  30. * TLSv1.2 (OUT), TLS change cipher, Client hello (1):
  31. } [1 bytes data]
  32. * TLSv1.2 (OUT), TLS handshake, Unknown (67):
  33. } [36 bytes data]
  34. * TLSv1.2 (OUT), TLS handshake, Finished (20):
  35. } [16 bytes data]
  36. * TLSv1.2 (IN), TLS change cipher, Client hello (1):
  37. { [1 bytes data]
  38. * TLSv1.2 (IN), TLS handshake, Finished (20):
  39. { [16 bytes data]
  40. * SSL connection using TLSv1.2 / ECDHE-RSA-AES256-GCM-SHA384
  41. * ALPN, server did not agree to a protocol
  42. * Server certificate:
  43. * subject: OU=Domain Control Validated; CN=api.xsolla.com
  44. * start date: 2014-10-02 12:18:03 GMT
  45. * expire date: 2017-10-02 12:18:03 GMT
  46. * subjectAltName: api.xsolla.com matched
  47. * issuer: C=US; ST=Arizona; L=Scottsdale; O=GoDaddy.com, Inc.; OU=http://
  48. certs.godaddy.com/repository/; CN=Go Daddy Secure Certificate Authority - G2
  49. * SSL certificate verify ok.
  50. } [5 bytes data]
  51. > GET /merchant/merchants/24403/token HTTP/1.1
  52. > Host: api.xsolla.com
  53. > User-Agent: curl/7.43.0
  54. > Accept: */*
  55. >
  56. { [5 bytes data]
  57. < HTTP/1.1 405 Method Not Allowed
  58. < Server: nginx
  59. < Date: Wed, 07 Oct 2015 18:39:12 GMT
  60. < Content-Type: application/json; charset=UTF-8
  61. < Transfer-Encoding: chunked
  62. < Connection: keep-alive
  63. < Cache-Control: no-cache
  64. < Vary: Accept-Language
  65. <
  66. { [125 bytes data]
  67. 100 114 0 114 0 0 125 0 --:--:-- --:--:-- --:--:-- 125
  68. * Connection #0 to host api.xsolla.com left intact
  69.  
  70. C:\Windows\system32>pause
  71. Press any key to continue . . .
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement