Guest User

Untitled

a guest
Nov 19th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.16 KB | None | 0 0
  1. ubuntu:~$ curl -v https://github.com > /dev/null
  2. * Rebuilt URL to: https://github.com/
  3. % Total % Received % Xferd Average Speed Time Time Time Current
  4. Dload Upload Total Spent Left Speed
  5. 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* Trying 10.1.192.48...
  6. 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* Connected to proxy02.iind.intel.com (10.1.192.48) port 911 (#0)
  7. * Establish HTTP proxy tunnel to github.com:443
  8. > CONNECT github.com:443 HTTP/1.1
  9. > Host: github.com:443
  10. > User-Agent: curl/7.47.0
  11. > Proxy-Connection: Keep-Alive
  12. >
  13. < HTTP/1.1 200 Connection established
  14. <
  15. * Proxy replied OK to CONNECT request
  16. * found 148 certificates in /etc/ssl/certs/ca-certificates.crt
  17. * found 592 certificates in /etc/ssl/certs
  18. * ALPN, offering http/1.1
  19. * SSL connection using TLS1.2 / ECDHE_RSA_AES_128_GCM_SHA256
  20. * server certificate verification OK
  21. * server certificate status verification SKIPPED
  22. * common name: github.com (matched)
  23. * server certificate expiration date OK
  24. * server certificate activation date OK
  25. * certificate public key: RSA
  26. * certificate version: #3
  27. * subject: businessCategory=Private Organization,jurisdictionOfIncorporationCountryName=US,jurisdictionOfIncorporationStateOrProvinceName=Delaware,serialNumber=5157550,C=US,ST=California,L=San Francisco,O=GitHub\, Inc.,CN=github.com
  28. * start date: Tue, 08 May 2018 00:00:00 GMT
  29. * expire date: Wed, 03 Jun 2020 12:00:00 GMT
  30. * issuer: C=US,O=DigiCert Inc,OU=www.digicert.com,CN=DigiCert SHA2 Extended Validation Server CA
  31. * compression: NULL
  32. * ALPN, server accepted to use http/1.1
  33. 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0> GET / HTTP/1.1
  34. > Host: github.com
  35. > User-Agent: curl/7.47.0
  36. > Accept: */*
  37. >
  38. < HTTP/1.1 200 OK
  39. < Date: Mon, 19 Nov 2018 10:55:04 GMT
  40. < Content-Type: text/html; charset=utf-8
  41. < Transfer-Encoding: chunked
  42. < Server: GitHub.com
  43. < Status: 200 OK
  44. < Cache-Control: no-cache
  45. < Vary: X-PJAX
  46. < Set-Cookie: has_recent_activity=1; path=/; expires=Mon, 19 Nov 2018 11:55:04 -0000
  47. < Set-Cookie: logged_in=no; domain=.github.com; path=/; expires=Fri, 19 Nov 2038 10:55:04 -0000; secure; HttpOnly
  48. < Set-Cookie: _gh_sess=Q3JFcndnODBtb2g4Qk4vaFdZUmhXMFZiWlhHSWVhUlpnQnVBY3JDOVg1a3laWjBmSGpZUVZENEx6OU5sbEhCbHBuT1VMd1pwUUlqM2NWZlVqUndRcXJtbktHZ3FiN0JqZFVLMTVTUTFlTm4zdTNxVk4xeUdmdGpkNEYyU1RzWVhhWE1RUnB4TWd6dFV6ZjRVV3lCWE9mNWk1VWFyZktSM3I3WW41aHRBenhaQk9DL1RMbmJ3TWVuWDFiMS90amdjbFFpSFlVV1M1K0toR2JhZXBEQ0VsQT09LS1HNkI4QjBGcWhLYlFkVjRWaG41RVd3PT0%3D--7d5621ad767358acd5ee2579b06e841512d57a0c; path=/; secure; HttpOnly
  49. < X-Request-Id: c7affd3e-022f-4fc9-b9cc-6fceb7640b2f
  50. < Strict-Transport-Security: max-age=31536000; includeSubdomains; preload
  51. < X-Frame-Options: deny
  52. < X-Content-Type-Options: nosniff
  53. < X-XSS-Protection: 1; mode=block
  54. < Referrer-Policy: origin-when-cross-origin, strict-origin-when-cross-origin
  55. < Expect-CT: max-age=2592000, report-uri="https://api.github.com/_private/browser/errors"
  56. < Content-Security-Policy: default-src 'none'; base-uri 'self'; block-all-mixed-content; connect-src 'self' uploads.github.com status.github.com collector.githubapp.com api.github.com www.google-analytics.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com wss://live.github.com; font-src assets-cdn.github.com; form-action 'self' github.com gist.github.com; frame-ancestors 'none'; frame-src render.githubusercontent.com; img-src 'self' data: assets-cdn.github.com identicons.github.com collector.githubapp.com github-cloud.s3.amazonaws.com *.githubusercontent.com; manifest-src 'self'; media-src 'none'; script-src assets-cdn.github.com; style-src 'unsafe-inline' assets-cdn.github.com
  57. < Vary: Accept-Encoding
  58. < X-GitHub-Request-Id: 4708:585C:1086DE0:198A4C8:5BF29687
  59. <
  60. { [625 bytes data]
  61. 100 65383 0 65383 0 0 22786 0 --:--:-- 0:00:02 --:--:-- 22781
  62. * Connection #0 to host proxy02.iind.intel.com left intact
Add Comment
Please, Sign In to add comment