Skip to content

Instantly share code, notes, and snippets.

@danbri
Created May 21, 2020 15:59
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/6c715ff96fe9e7a43adeba1776b51c18 to your computer and use it in GitHub Desktop.
Save danbri/6c715ff96fe9e7a43adeba1776b51c18 to your computer and use it in GitHub Desktop.
master└─ $ curl --verbose https://webschemas.org/
* Trying 216.239.38.21...
* TCP_NODELAY set
* Connected to webschemas.org (216.239.38.21) 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-RSA-CHACHA20-POLY1305
* ALPN, server accepted to use h2
* Server certificate:
* subject: CN=webschemas.org
* start date: Apr 15 06:13:48 2020 GMT
* expire date: Jul 14 06:13:48 2020 GMT
* subjectAltName: host "webschemas.org" matched cert's "webschemas.org"
* issuer: C=US; O=Google Trust Services; CN=GTS CA 1D2
* 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 0x7f918a80f800)
> GET / HTTP/2
> Host: webschemas.org
> User-Agent: curl/7.64.1
> Accept: */*
>
* Connection state changed (MAX_CONCURRENT_STREAMS == 100)!
< HTTP/2 200
< access-control-allow-credentials: true
< access-control-allow-headers: Accept
< access-control-allow-origin: *
< link: </docs/jsonldcontext.jsonld>; rel="alternate"; type="application/ld+json"
< access-control-allow-methods: GET
< date: Thu, 21 May 2020 15:55:14 GMT
< expires: Thu, 21 May 2020 16:05:14 GMT
< etag: "xznRBw"
< x-cloud-trace-context: d83de617d90cde120749b9b6c18536f1
< content-type: text/html
< server: Google Frontend
< cache-control: public, max-age=600
< content-length: 5084
< age: 212
<
<!DOCTYPE html>
<html lang="en">
<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" />
<link rel="stylesheet" type="text/css" href="docs/prettify.css" />
<script type="text/javascript" src="docs/prettify.js"></script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment