Skip to content

Instantly share code, notes, and snippets.

@danbri
Created May 21, 2020 15:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danbri/c0f88ddbd217900ee0ade85792980813 to your computer and use it in GitHub Desktop.
Save danbri/c0f88ddbd217900ee0ade85792980813 to your computer and use it in GitHub Desktop.
master└─ $ curl --verbose https://schema.org/Volcano
* Trying 2a00:1450:4009:808::200e...
* TCP_NODELAY set
* Connected to schema.org (2a00:1450:4009:808::200e) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* successfully set certificate verify locations:
* CAfile: /etc/ssl/cert.pem
CApath: none
* TLSv1.2 (OUT), TLS handshake, Client hello (1):
* TLSv1.2 (IN), TLS handshake, Server hello (2):
* TLSv1.2 (IN), TLS handshake, Certificate (11):
* TLSv1.2 (IN), TLS handshake, Server key exchange (12):
* TLSv1.2 (IN), TLS handshake, Server finished (14):
* TLSv1.2 (OUT), TLS handshake, Client key exchange (16):
* TLSv1.2 (OUT), TLS change cipher, Change cipher spec (1):
* TLSv1.2 (OUT), TLS handshake, Finished (20):
* TLSv1.2 (IN), TLS change cipher, Change cipher spec (1):
* TLSv1.2 (IN), TLS handshake, Finished (20):
* SSL connection using TLSv1.2 / ECDHE-ECDSA-CHACHA20-POLY1305
* ALPN, server accepted to use h2
* Server certificate:
* subject: C=US; ST=California; L=Mountain View; O=Google LLC; CN=schema.org
* start date: Apr 28 07:51:54 2020 GMT
* expire date: Jul 21 07:51:54 2020 GMT
* subjectAltName: host "schema.org" matched cert's "schema.org"
* 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 0x7ffe1300e000)
> GET /Volcano HTTP/2
> Host: schema.org
> User-Agent: curl/7.64.1
> Accept: */*
>
* Connection state changed (MAX_CONCURRENT_STREAMS == 100)!
< HTTP/2 200
< content-type: text/html; charset=utf-8
< cache-control: no-cache
< access-control-allow-origin: *
< access-control-allow-headers: Accept
< access-control-allow-credentials: true
< etag: 24751200521155055a-6733637432340873639
< last-modified: Thu, 21 May 2020 15:50:55 GMT
< x-cloud-trace-context: f6cef50420a692722a82bb32732f2316
< date: Thu, 21 May 2020 15:51:43 GMT
< server: Google Frontend
< content-length: 46402
< alt-svc: h3-27=":443"; ma=2592000,h3-25=":443"; ma=2592000,h3-T050=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q049=":443"; ma=2592000,h3-Q048=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"
<
<!DOCTYPE html>
<html lang="en">
<!-- Generated from genericTermPageHeader.tpl -->
<head>
<!-- Generated from headtags.tpl -->
<meta charset="utf-8" >
<link rel="shortcut icon" type="image/png" href="docs/favicon.ico"/>
<link rel="stylesheet" type="text/css" href="docs/schemaorg.css" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment