Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- root@grafana-77798b4bf9-jhn2z:/usr/share/grafana# curl -v https://google.de
- * Trying 216.58.213.195:443...
- * TCP_NODELAY set
- * Connected to google.de (216.58.213.195) port 443 (#0)
- * ALPN, offering h2
- * ALPN, offering http/1.1
- * successfully set certificate verify locations:
- * CAfile: /etc/ssl/certs/ca-certificates.crt
- CApath: /etc/ssl/certs
- * TLSv1.3 (OUT), TLS handshake, Client hello (1):
- * TLSv1.3 (IN), TLS handshake, Server hello (2):
- * TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8):
- * TLSv1.3 (IN), TLS handshake, Certificate (11):
- * TLSv1.3 (IN), TLS handshake, CERT verify (15):
- * TLSv1.3 (IN), TLS handshake, Finished (20):
- * TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1):
- * TLSv1.3 (OUT), TLS handshake, Finished (20):
- * SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384
- * ALPN, server accepted to use h2
- * Server certificate:
- * subject: C=US; ST=California; L=Mountain View; O=Google LLC; CN=*.google.de
- * start date: Sep 22 15:30:08 2020 GMT
- * expire date: Dec 15 15:30:08 2020 GMT
- * subjectAltName: host "google.de" matched cert's "google.de"
- * issuer: C=US; O=Google Trust Services; CN=GTS CA 1O1
- * SSL certificate verify ok.
- * Using HTTP2, server supports multi-use
- * Connection state changed (HTTP/2 confirmed)
- * Copying HTTP/2 data in stream buffer to connection buffer after upgrade: len=0
- * Using Stream ID: 1 (easy handle 0x55798d2cadb0)
- > GET / HTTP/2
- > Host: google.de
- > user-agent: curl/7.68.0
- > accept: */*
- >
- * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
- * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
- * old SSL session ID is stale, removing
- * Connection state changed (MAX_CONCURRENT_STREAMS == 100)!
- < HTTP/2 301
- < location: https://www.google.de/
- < content-type: text/html; charset=UTF-8
- < date: Thu, 22 Oct 2020 12:47:21 GMT
- < expires: Sat, 21 Nov 2020 12:47:21 GMT
- < cache-control: public, max-age=2592000
- < server: gws
- < content-length: 219
- < x-xss-protection: 0
- < x-frame-options: SAMEORIGIN
- < 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"
- <
- <HTML><HEAD><meta http-equiv="content-type" content="text/html;charset=utf-8">
- <TITLE>301 Moved</TITLE></HEAD><BODY>
- <H1>301 Moved</H1>
- The document has moved
- <A HREF="https://www.google.de/">here</A>.
- </BODY></HTML>
- * Connection #0 to host google.de left intact
- root@grafana-77798b4bf9-jhn2z:/usr/share/grafana# curl -v -4 http://google.de
- * Trying 216.58.213.195:80...
- * TCP_NODELAY set
Add Comment
Please, Sign In to add comment