Guest User

Untitled

a guest
Oct 22nd, 2020
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.58 KB | None | 0 0
  1. root@grafana-77798b4bf9-jhn2z:/usr/share/grafana# curl -v https://google.de
  2. *   Trying 216.58.213.195:443...
  3. * TCP_NODELAY set
  4. * Connected to google.de (216.58.213.195) port 443 (#0)
  5. * ALPN, offering h2
  6. * ALPN, offering http/1.1
  7. * successfully set certificate verify locations:
  8. *   CAfile: /etc/ssl/certs/ca-certificates.crt
  9.   CApath: /etc/ssl/certs
  10. * TLSv1.3 (OUT), TLS handshake, Client hello (1):
  11. * TLSv1.3 (IN), TLS handshake, Server hello (2):
  12. * TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8):
  13. * TLSv1.3 (IN), TLS handshake, Certificate (11):
  14. * TLSv1.3 (IN), TLS handshake, CERT verify (15):
  15. * TLSv1.3 (IN), TLS handshake, Finished (20):
  16. * TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1):
  17. * TLSv1.3 (OUT), TLS handshake, Finished (20):
  18. * SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384
  19. * ALPN, server accepted to use h2
  20. * Server certificate:
  21. *  subject: C=US; ST=California; L=Mountain View; O=Google LLC; CN=*.google.de
  22. *  start date: Sep 22 15:30:08 2020 GMT
  23. *  expire date: Dec 15 15:30:08 2020 GMT
  24. *  subjectAltName: host "google.de" matched cert's "google.de"
  25. *  issuer: C=US; O=Google Trust Services; CN=GTS CA 1O1
  26. *  SSL certificate verify ok.
  27. * Using HTTP2, server supports multi-use
  28. * Connection state changed (HTTP/2 confirmed)
  29. * Copying HTTP/2 data in stream buffer to connection buffer after upgrade: len=0
  30. * Using Stream ID: 1 (easy handle 0x55798d2cadb0)
  31. > GET / HTTP/2
  32. > Host: google.de
  33. > user-agent: curl/7.68.0
  34. > accept: */*
  35. >
  36. * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
  37. * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
  38. * old SSL session ID is stale, removing
  39. * Connection state changed (MAX_CONCURRENT_STREAMS == 100)!
  40. < HTTP/2 301
  41. < location: https://www.google.de/
  42. < content-type: text/html; charset=UTF-8
  43. < date: Thu, 22 Oct 2020 12:47:21 GMT
  44. < expires: Sat, 21 Nov 2020 12:47:21 GMT
  45. < cache-control: public, max-age=2592000
  46. < server: gws
  47. < content-length: 219
  48. < x-xss-protection: 0
  49. < x-frame-options: SAMEORIGIN
  50. < alt-svc: h3-Q050=":443"; ma=2592000,h3-29=":443"; ma=2592000,h3-T051=":443"; ma=2592000,h3-T050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"
  51. <
  52. <HTML><HEAD><meta http-equiv="content-type" content="text/html;charset=utf-8">
  53. <TITLE>301 Moved</TITLE></HEAD><BODY>
  54. <H1>301 Moved</H1>
  55. The document has moved
  56. <A HREF="https://www.google.de/">here</A>.
  57. </BODY></HTML>
  58. * Connection #0 to host google.de left intact
  59.  
  60.  
  61.  
  62. root@grafana-77798b4bf9-jhn2z:/usr/share/grafana# curl -v -4 http://google.de
  63. *   Trying 216.58.213.195:80...
  64. * TCP_NODELAY set
Add Comment
Please, Sign In to add comment