Advertisement
Guest User

Untitled

a guest
Apr 7th, 2014
396
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.95 KB | None | 0 0
  1. * About to connect() to 127.0.0.1 port 8085 (#0)
  2. * Trying 127.0.0.1... connected
  3. * successfully set certificate verify locations:
  4. * CAfile: none
  5. CApath: /etc/ssl/certs
  6. * SSLv3, TLS handshake, Client hello (1):
  7. * SSLv3, TLS handshake, Server hello (2):
  8. * SSLv3, TLS handshake, CERT (11):
  9. * SSLv3, TLS handshake, Server key exchange (12):
  10. * SSLv3, TLS handshake, Server finished (14):
  11. * SSLv3, TLS handshake, Client key exchange (16):
  12. * SSLv3, TLS change cipher, Client hello (1):
  13. * SSLv3, TLS handshake, Finished (20):
  14. * SSLv3, TLS change cipher, Client hello (1):
  15. * SSLv3, TLS handshake, Finished (20):
  16. * SSL connection using ECDHE-RSA-AES256-SHA
  17. * Server certificate:
  18. * subject: serialNumber=aCFUcgALEf6y9h5BHsbSHjMYomt-k6ZQ; OU=GT30082937; OU=See www.rapidssl.com/resources/cps (c)13; OU=Domain Control Validated - RapidSSL(R); CN=semigaming.cz
  19. * start date: 2013-09-30 06:29:47 GMT
  20. * expire date: 2014-10-03 05:32:07 GMT
  21. * issuer: C=US; O=GeoTrust, Inc.; CN=RapidSSL CA
  22. * SSL certificate verify result: unable to get local issuer certificate (20), continuing anyway.
  23. > GET / HTTP/1.1
  24. > User-Agent: curl/7.22.0 (x86_64-pc-linux-gnu) libcurl/7.22.0 OpenSSL/1.0.1 zlib/1.2.3.4 libidn/1.23 librtmp/2.3
  25. > Accept: */*
  26. > Connection: Upgrade
  27. > Upgrade: websocket
  28. > Host: semigaming.cz
  29. > Origin: https://semigaming.cz
  30. >
  31. < HTTP/1.1 502 Bad Gateway
  32. HTTP/1.1 502 Bad Gateway
  33. < Server: nginx/1.4.7
  34. Server: nginx/1.4.7
  35. < Date: Mon, 07 Apr 2014 11:52:38 GMT
  36. Date: Mon, 07 Apr 2014 11:52:38 GMT
  37. < Content-Type: text/html
  38. Content-Type: text/html
  39. < Content-Length: 172
  40. Content-Length: 172
  41. < Connection: keep-alive
  42. Connection: keep-alive
  43.  
  44. <
  45. <html>
  46. <head><title>502 Bad Gateway</title></head>
  47. <body bgcolor="white">
  48. <center><h1>502 Bad Gateway</h1></center>
  49. <hr><center>nginx/1.4.7</center>
  50. </body>
  51. </html>
  52. * Connection #0 to host 127.0.0.1 left intact
  53. * Closing connection #0
  54. * SSLv3, TLS alert, Client hello (1):
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement