Advertisement
Guest User

Untitled

a guest
Jun 27th, 2019
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.01 KB | None | 0 0
  1. Note: Unnecessary use of -X or --request, GET is already inferred.
  2. * Rebuilt URL to: https://gitlab.com/
  3. * Trying 35.231.145.151...
  4. * TCP_NODELAY set
  5. * Connected to gitlab.com (35.231.145.151) port 443 (#0)
  6. * ALPN, offering h2
  7. * ALPN, offering http/1.1
  8. * successfully set certificate verify locations:
  9. * CAfile: /etc/ssl/certs/ca-certificates.crt
  10. CApath: /etc/ssl/certs
  11. * (304) (OUT), TLS handshake, Client hello (1):
  12. * (304) (IN), TLS handshake, Server hello (2):
  13. * TLSv1.2 (IN), TLS handshake, Certificate (11):
  14. * TLSv1.2 (IN), TLS handshake, Server key exchange (12):
  15. * TLSv1.2 (IN), TLS handshake, Server finished (14):
  16. * TLSv1.2 (OUT), TLS handshake, Client key exchange (16):
  17. * TLSv1.2 (OUT), TLS change cipher, Client hello (1):
  18. * TLSv1.2 (OUT), TLS handshake, Finished (20):
  19. * TLSv1.2 (IN), TLS handshake, Finished (20):
  20. * SSL connection using TLSv1.2 / ECDHE-RSA-AES256-GCM-SHA384
  21. * ALPN, server did not agree to a protocol
  22. * Server certificate:
  23. * subject: OU=Domain Control Validated; OU=PositiveSSL Multi-Domain; CN=gitlab.com
  24. * start date: Mar 13 00:00:00 2019 GMT
  25. * expire date: May 11 23:59:59 2020 GMT
  26. * subjectAltName: host "gitlab.com" matched cert's "gitlab.com"
  27. * issuer: C=GB; ST=Greater Manchester; L=Salford; O=Sectigo Limited; CN=Sectigo RSA Domain Validation Secure Server CA
  28. * SSL certificate verify ok.
  29. > GET / HTTP/1.1
  30. > Host: gitlab.com
  31. > User-Agent: curl/7.58.0
  32. > Accept: */*
  33. >
  34. < HTTP/1.1 302 Found
  35. < Server: nginx
  36. < Date: Thu, 27 Jun 2019 09:08:23 GMT
  37. < Content-Type: text/html; charset=utf-8
  38. < Content-Length: 91
  39. < Cache-Control: no-cache
  40. < Location: https://about.gitlab.com/
  41. < X-Content-Type-Options: nosniff
  42. < X-Frame-Options: DENY
  43. < X-Request-Id: q7PqRUwnAn1
  44. < X-Runtime: 0.055916
  45. < X-Ua-Compatible: IE=edge
  46. < X-Xss-Protection: 1; mode=block
  47. < Strict-Transport-Security: max-age=31536000
  48. < Referrer-Policy: strict-origin-when-cross-origin
  49. < Content-Security-Policy: object-src 'none'; worker-src https://assets.gitlab-static.net https://gl-canary.freetls.fastly.net https://gitlab.com blob:; script-src 'self' 'unsafe-inline' 'unsafe-eval' https://assets.gitlab-static.net https://gl-canary.freetls.fastly.net https://www.google.com/recaptcha/ https://www.recaptcha.net/ https://www.gstatic.com/recaptcha/ https://apis.google.com; style-src 'self' 'unsafe-inline' https://assets.gitlab-static.net https://gl-canary.freetls.fastly.net; img-src * data: blob:; frame-src 'self' https://www.google.com/recaptcha/ https://www.recaptcha.net/ https://content.googleapis.com https://content-compute.googleapis.com https://content-cloudbilling.googleapis.com https://content-cloudresourcemanager.googleapis.com https://*.codesandbox.io; frame-ancestors 'self'; connect-src 'self' https://assets.gitlab-static.net https://gl-canary.freetls.fastly.net wss://gitlab.com https://sentry.gitlab.net https://customers.gitlab.com https://snowplow.trx.gitlab.net
  50. <
  51. * Connection #0 to host gitlab.com left intact
  52. <html><body>You are being <a href="https://about.gitlab.com/">redirected</a>.</body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement