Advertisement
Guest User

Untitled

a guest
Jun 12th, 2016
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.82 KB | None | 0 0
  1. curl --insecure --verbose --data-urlencode "user=admin" --data-urlencode "password=MyPassword" --data-urlencode "returncode=0" --data-urlencode "cmd=v-transport" --data-urlencode "arg1=qsi0PjqclvT10w2HLgR1AEGTwX1l1Mcva6NyGYOKhETMI0cvwmYZeip30mDCvKCAOgz/fYmNaS7wuOEcntyJnLcN/PIge79XO5vq3SCO9ww39LdkaOrrDtYPH5aVgKP2i2hp8WoxNZakY2pJZp+TlO+fjgTSviuUFZoyMLbDPZmwTZAiimvtlmC2lf8JeUN0Y7q1re3Wy6SKgFU5ogrC3fygiHjFgdr7evWklefzNCLcKmxDk8FaQDq21GPhky7XJBLUmTfi52pCnR1tu8X/SKewJ42LHPX0/OFdZaXMFzjZ+dOOcpqMughkcBycmOVh" https://MyServerIP:8083/api/
  2.  
  3. * Hostname was NOT found in DNS cache
  4. * Trying My Server IP...
  5. % Total % Received % Xferd Average Speed Time Time Time Current
  6. Dload Upload Total Spent Left Speed
  7. 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* Connected to My Server IP (My Server IP) port 8083 (#0)
  8. * successfully set certificate verify locations:
  9. * CAfile: /etc/pki/tls/certs/ca-bundle.crt
  10. CApath: none
  11. * SSLv3, TLS handshake, Client hello (1):
  12. } [data not shown]
  13. * SSLv3, TLS handshake, Server hello (2):
  14. { [data not shown]
  15. * SSLv3, TLS handshake, CERT (11):
  16. { [data not shown]
  17. * SSLv3, TLS handshake, Server key exchange (12):
  18. { [data not shown]
  19. * SSLv3, TLS handshake, Server finished (14):
  20. { [data not shown]
  21. * SSLv3, TLS handshake, Client key exchange (16):
  22. } [data not shown]
  23. * SSLv3, TLS change cipher, Client hello (1):
  24. } [data not shown]
  25. * SSLv3, TLS handshake, Finished (20):
  26. } [data not shown]
  27. * SSLv3, TLS change cipher, Client hello (1):
  28. { [data not shown]
  29. * SSLv3, TLS handshake, Finished (20):
  30. { [data not shown]
  31. * SSL connection using TLSv1.2 / ECDHE-RSA-AES256-GCM-SHA384
  32. * Server certificate:
  33. * subject: C=US; ST=California; L=San Francisco; O=Vesta Control Panel; OU=IT; CN=My Host Name; emailAddress=My Email
  34. * start date: 2015-08-28 02:45:52 GMT
  35. * expire date: 2016-08-27 02:45:52 GMT
  36. * SSL: certificate subject name 'My Host Name' does not match target host name 'My Server IP'
  37. * Closing connection 0
  38. * SSLv3, TLS alert, Client hello (1):
  39. } [data not shown]
  40. curl: (51) SSL: certificate subject name 'My Host Name' does not match target host name 'My Server IP'
  41.  
  42. * Hostname was NOT found in DNS cache
  43. * Trying My Server IP...
  44. * Connected to My Server IP (My Server IP) port 8083 (#0)
  45. * successfully set certificate verify locations:
  46. * CAfile: /etc/pki/tls/certs/ca-bundle.crt
  47. CApath: none
  48. * SSLv3, TLS handshake, Client hello (1):
  49. * SSLv3, TLS handshake, Server hello (2):
  50. * SSLv3, TLS handshake, CERT (11):
  51. * SSLv3, TLS handshake, Server key exchange (12):
  52. * SSLv3, TLS handshake, Server finished (14):
  53. * SSLv3, TLS handshake, Client key exchange (16):
  54. * SSLv3, TLS change cipher, Client hello (1):
  55. * SSLv3, TLS handshake, Finished (20):
  56. * SSLv3, TLS change cipher, Client hello (1):
  57. * SSLv3, TLS handshake, Finished (20):
  58. * SSL connection using TLSv1.2 / ECDHE-RSA-AES256-GCM-SHA384
  59. * Server certificate:
  60. * subject: C=US; ST=California; L=San Francisco; O=Vesta Control Panel; OU=IT; CN=My Hostname; emailAddress=My Email
  61. * start date: 2015-08-28 02:45:52 GMT
  62. * expire date: 2016-08-27 02:45:52 GMT
  63. * issuer: C=US; ST=California; L=San Francisco; O=Vesta Control Panel; OU=IT; CN=My Hostname; emailAddress=My Email
  64. * SSL certificate verify result: self signed certificate (18), continuing anyway.
  65. > POST /api/ HTTP/1.1
  66. > User-Agent: curl/7.37.1
  67. > Host: My Server IP:8083
  68. > Accept: */*
  69. > Content-Length: 399
  70. > Content-Type: application/x-www-form-urlencoded
  71. >
  72. * upload completely sent off: 399 out of 399 bytes
  73. < HTTP/1.1 200 OK
  74. * Server nginx is not blacklisted
  75. < Server: nginx
  76. < Date: Sun, 12 Jun 2016 09:43:56 GMT
  77. < Content-Type: text/html; charset=utf-8
  78. < Transfer-Encoding: chunked
  79. < Connection: keep-alive
  80. < Keep-Alive: timeout=60
  81. < X-Powered-By: PHP/5.4.13
  82. <
  83. * Connection #0 to host My Server IP left intact
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement