Guest User

curl -v --head https://rubygems.org

a guest
Aug 31st, 2014
595
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.14 KB | None | 0 0
  1. owner@owner-Z87X-UD3H:~$ curl -v --head https://rubygems.org
  2. * About to connect() to rubygems.org port 443 (#0)
  3. * Trying 54.186.104.15... connected
  4. * successfully set certificate verify locations:
  5. * CAfile: none
  6. CApath: /etc/ssl/certs
  7. * SSLv3, TLS handshake, Client hello (1):
  8. * SSLv3, TLS handshake, Server hello (2):
  9. * SSLv3, TLS handshake, CERT (11):
  10. * SSLv3, TLS handshake, Server key exchange (12):
  11. * SSLv3, TLS handshake, Server finished (14):
  12. * SSLv3, TLS handshake, Client key exchange (16):
  13. * SSLv3, TLS change cipher, Client hello (1):
  14. * SSLv3, TLS handshake, Finished (20):
  15. * SSLv3, TLS change cipher, Client hello (1):
  16. * SSLv3, TLS handshake, Finished (20):
  17. * SSL connection using DHE-RSA-AES256-SHA
  18. * Server certificate:
  19. * subject: serialNumber=RRAXldgzDrRZWQpGo6FHdTHV3qwvwXtD; OU=GT35895174; OU=See www.rapidssl.com/resources/cps (c)13; OU=Domain Control Validated - RapidSSL(R); CN=*.rubygems.org
  20. * start date: 2013-01-30 20:56:14 GMT
  21. * expire date: 2017-02-01 19:43:08 GMT
  22. * subjectAltName: rubygems.org matched
  23. * issuer: C=US; O=GeoTrust, Inc.; CN=RapidSSL CA
  24. * SSL certificate verify ok.
  25. > HEAD / HTTP/1.1
  26. > 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
  27. > Host: rubygems.org
  28. > Accept: */*
  29. >
  30. < HTTP/1.1 200 OK
  31. HTTP/1.1 200 OK
  32. < Server: nginx
  33. Server: nginx
  34. < Date: Sun, 31 Aug 2014 18:11:56 GMT
  35. Date: Sun, 31 Aug 2014 18:11:56 GMT
  36. < Content-Type: text/html; charset=utf-8
  37. Content-Type: text/html; charset=utf-8
  38. < Connection: keep-alive
  39. Connection: keep-alive
  40. < Status: 200 OK
  41. Status: 200 OK
  42. < X-XSS-Protection: 1; mode=block
  43. X-XSS-Protection: 1; mode=block
  44. < X-Content-Type-Options: nosniff
  45. X-Content-Type-Options: nosniff
  46. < X-Frame-Options: SAMEORIGIN
  47. X-Frame-Options: SAMEORIGIN
  48. < X-UA-Compatible: IE=Edge,chrome=1
  49. X-UA-Compatible: IE=Edge,chrome=1
  50. < ETag: "73c9ba36742d54912598b418caa978b5"
  51. ETag: "73c9ba36742d54912598b418caa978b5"
  52. < Cache-Control: max-age=0, private, must-revalidate
  53. Cache-Control: max-age=0, private, must-revalidate
  54. < Set-Cookie: remember_token=; path=/; expires=Mon, 31-Aug-2015 18:11:56 GMT; secure
  55. Set-Cookie: remember_token=; path=/; expires=Mon, 31-Aug-2015 18:11:56 GMT; secure
  56. < Set-Cookie: _rubygems_session=BAh7B0kiD3Nlc3Npb25faWQGOgZFVEkiJTdlMWNmNzI2OTNhY2U3ZmYwOTgyMTM2YzBlMGM0OGU3BjsAVEkiEF9jc3JmX3Rva2VuBjsARkkiMUNEYjdGVjBicTJiYytqdFF3RnVMNVNjUVNDNlRZdHRXMUd0bEZCZHBFdEE9BjsARg%3D%3D--3cee63bb05b90d70046de0325ce65320355e0114; path=/; secure; HttpOnly
  57. Set-Cookie: _rubygems_session=BAh7B0kiD3Nlc3Npb25faWQGOgZFVEkiJTdlMWNmNzI2OTNhY2U3ZmYwOTgyMTM2YzBlMGM0OGU3BjsAVEkiEF9jc3JmX3Rva2VuBjsARkkiMUNEYjdGVjBicTJiYytqdFF3RnVMNVNjUVNDNlRZdHRXMUd0bEZCZHBFdEE9BjsARg%3D%3D--3cee63bb05b90d70046de0325ce65320355e0114; path=/; secure; HttpOnly
  58. < X-Request-Id: 77ab40ff135e110f520d2b8e23c8607c
  59. X-Request-Id: 77ab40ff135e110f520d2b8e23c8607c
  60. < X-Runtime: 0.314953
  61. X-Runtime: 0.314953
  62. < X-Rack-Cache: miss
  63. X-Rack-Cache: miss
  64. < X-UA-Compatible: IE=Edge,chrome=1
  65. X-UA-Compatible: IE=Edge,chrome=1
  66. * no chunk, no close, no size. Assume close to signal end
  67.  
  68. <
  69. * Closing connection #0
  70. * SSLv3, TLS alert, Client hello (1):
Add Comment
Please, Sign In to add comment