Skip to content

Instantly share code, notes, and snippets.

@sean-e-dietrich
Created February 3, 2017 19:45
Show Gist options
  • Save sean-e-dietrich/38df124257254ca62776b0e2ef8dd040 to your computer and use it in GitHub Desktop.
Save sean-e-dietrich/38df124257254ca62776b0e2ef8dd040 to your computer and use it in GitHub Desktop.
Desktop $curl -I -k -v https://www.falkschool.pitt.edu/
* Trying 161.47.10.79...
* TCP_NODELAY set
* Connected to www.falkschool.pitt.edu (161.47.10.79) port 443 (#0)
* TLS 1.2 connection using TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
* Server certificate: *.sites.schoolyard.com
* Server certificate: COMODO RSA Domain Validation Secure Server CA
* Server certificate: COMODO RSA Certification Authority
> HEAD / HTTP/1.1
> Host: www.falkschool.pitt.edu
> User-Agent: curl/7.51.0
> Accept: */*
>
< HTTP/1.1 200 OK
HTTP/1.1 200 OK
< Server: nginx
Server: nginx
< X-Varnish: 111937123
X-Varnish: 111937123
< Vary: Accept-Encoding, Cookie
Vary: Accept-Encoding, Cookie
< Cache-Control: no-cache, must-revalidate
Cache-Control: no-cache, must-revalidate
< Content-Type: text/html; charset=utf-8
Content-Type: text/html; charset=utf-8
< Surrogate-Key-Raw:
Surrogate-Key-Raw:
< X-Pantheon-Styx-Hostname: styxf8f66dba
X-Pantheon-Styx-Hostname: styxf8f66dba
< X-Styx-Version: StyxGo
X-Styx-Version: StyxGo
< Date: Fri, 03 Feb 2017 19:44:13 GMT
Date: Fri, 03 Feb 2017 19:44:13 GMT
< Surrogate-Key: kxnzTM3zOywCUE4rVs8R rkzM1B7blauEoOyeREVV
Surrogate-Key: kxnzTM3zOywCUE4rVs8R rkzM1B7blauEoOyeREVV
< Link: <https://live-falk-laboratory-school.sites.schoolyard.com/>; rel="canonical",<https://live-falk-laboratory-school.sites.schoolyard.com/>; rel="shortlink"
Link: <https://live-falk-laboratory-school.sites.schoolyard.com/>; rel="canonical",<https://live-falk-laboratory-school.sites.schoolyard.com/>; rel="shortlink"
< Expires: Sun, 19 Nov 1978 05:00:00 GMT
Expires: Sun, 19 Nov 1978 05:00:00 GMT
< X-Drupal-Cache: MISS
X-Drupal-Cache: MISS
< X-Styx-Req-Id: styx-5e49bfeccbf9152ee635c9e9fc27c09a
X-Styx-Req-Id: styx-5e49bfeccbf9152ee635c9e9fc27c09a
< Transfer-Encoding: chunked
Transfer-Encoding: chunked
< Content-Language: en
Content-Language: en
< Accept-Ranges: bytes
Accept-Ranges: bytes
< X-Content-Type-Options: nosniff
X-Content-Type-Options: nosniff
< X-Generator: Drupal 7 (http://drupal.org)
X-Generator: Drupal 7 (http://drupal.org)
< X-Pantheon-Endpoint: 3a75ef1f-b656-42cb-a3b6-3e145f7b9794
X-Pantheon-Endpoint: 3a75ef1f-b656-42cb-a3b6-3e145f7b9794
< Via: 1.1 varnish-v4
Via: 1.1 varnish-v4
< Connection: Keep-Alive
Connection: Keep-Alive
< X-Frame-Options: SAMEORIGIN
X-Frame-Options: SAMEORIGIN
< X-Ua-Compatible: IE=edge,chrome=1
X-Ua-Compatible: IE=edge,chrome=1
< Age: 0
Age: 0
< xkey: kxnzTM3zOywCUE4rVs8R rkzM1B7blauEoOyeREVV
xkey: kxnzTM3zOywCUE4rVs8R rkzM1B7blauEoOyeREVV
<
* Curl_http_done: called premature == 0
* Connection #0 to host www.falkschool.pitt.edu left intact
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment