Skip to content

Instantly share code, notes, and snippets.

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 ALRubinger/949d14806f66adf2919fdcaff54a252f to your computer and use it in GitHub Desktop.
Save ALRubinger/949d14806f66adf2919fdcaff54a252f to your computer and use it in GitHub Desktop.
 alr  ~  1  curl -v https://5d12631643f6210009062f8a--thirsty-nightingale-25da0e.netlify.com
* Trying 167.99.4.63...
* TCP_NODELAY set
* Connected to 5d12631643f6210009062f8a--thirsty-nightingale-25da0e.netlify.com (167.99.4.63) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* successfully set certificate verify locations:
* CAfile: /etc/pki/tls/certs/ca-bundle.crt
CApath: none
* 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: OU=Domain Control Validated; CN=*.netlify.com
* start date: Oct 12 08:55:21 2018 GMT
* expire date: Dec 24 18:28:10 2020 GMT
* subjectAltName: host "5d12631643f6210009062f8a--thirsty-nightingale-25da0e.netlify.com" matched cert's "*.netlify.com"
* issuer: C=BE; O=GlobalSign nv-sa; CN=AlphaSSL CA - SHA256 - G2
* 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 0x562f86ea47c0)
> GET / HTTP/2
> Host: 5d12631643f6210009062f8a--thirsty-nightingale-25da0e.netlify.com
> User-Agent: curl/7.64.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 == 150)!
< HTTP/2 301
< cache-control: public, max-age=0, must-revalidate
< content-length: 42
< content-type: text/plain; charset=utf-8
< date: Tue, 25 Jun 2019 18:13:39 GMT
< location: https://davidforboston.com
< x-robots-tag: noindex
< age: 0
< server: Netlify
< x-nf-request-id: a5d823f5-e86f-4cf0-8b3f-d3e007f98d94-5022472
<
Redirecting to https://davidforboston.com
* Connection #0 to host 5d12631643f6210009062f8a--thirsty-nightingale-25da0e.netlify.com left intact
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment