Skip to content

Instantly share code, notes, and snippets.

@blech75
Created November 13, 2014 03:34
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 blech75/1fc7b5bea7e3db7d3df4 to your computer and use it in GitHub Desktop.
Save blech75/1fc7b5bea7e3db7d3df4 to your computer and use it in GitHub Desktop.
verbose curl output of https://andrew.kvalhe.im/feed.xml
[09:56 PM]-[9889]-[justin@justin]-[~/Desktop]
$ curl -Iv https://andrew.kvalhe.im/feed.xml
* Hostname was NOT found in DNS cache
* Trying 54.192.48.29...
* Connected to andrew.kvalhe.im (54.192.48.29) port 443 (#0)
* successfully set certificate verify locations:
* CAfile: /opt/local/share/curl/curl-ca-bundle.crt
CApath: none
* SSLv3, TLS handshake, Client hello (1):
* SSLv3, TLS handshake, Server hello (2):
* SSLv3, TLS handshake, CERT (11):
* SSLv3, TLS handshake, Server key exchange (12):
* SSLv3, TLS handshake, Server finished (14):
* SSLv3, TLS handshake, Client key exchange (16):
* SSLv3, TLS change cipher, Client hello (1):
* SSLv3, TLS handshake, Finished (20):
* SSLv3, TLS change cipher, Client hello (1):
* SSLv3, TLS handshake, Finished (20):
* SSL connection using TLSv1.2 / ECDHE-RSA-AES128-GCM-SHA256
* Server certificate:
* subject: OU=Domain Control Validated; OU=Gandi Standard SSL; CN=andrew.kvalhe.im
* start date: 2014-05-01 00:00:00 GMT
* expire date: 2015-05-01 23:59:59 GMT
* subjectAltName: andrew.kvalhe.im matched
* issuer: C=FR; O=GANDI SAS; CN=Gandi Standard SSL CA
* SSL certificate verify ok.
> HEAD /feed.xml HTTP/1.1
> User-Agent: curl/7.38.0
> Host: andrew.kvalhe.im
> Accept: */*
>
< HTTP/1.1 200 OK
HTTP/1.1 200 OK
< Content-Type: application/xml
Content-Type: application/xml
< Content-Length: 8579
Content-Length: 8579
< Connection: keep-alive
Connection: keep-alive
< Date: Thu, 13 Nov 2014 02:05:34 GMT
Date: Thu, 13 Nov 2014 02:05:34 GMT
< x-amz-meta-content-md5: cd11eb484b720f1c28ff52ef3e07e7e8
x-amz-meta-content-md5: cd11eb484b720f1c28ff52ef3e07e7e8
< Cache-Control: max-age=604800, public
Cache-Control: max-age=604800, public
< Content-Encoding: gzip
Content-Encoding: gzip
< Last-Modified: Tue, 04 Nov 2014 19:37:06 GMT
Last-Modified: Tue, 04 Nov 2014 19:37:06 GMT
< ETag: "9b1abb2dc01376fad5ee4e061ebe7860"
ETag: "9b1abb2dc01376fad5ee4e061ebe7860"
* Server AmazonS3 is not blacklisted
< Server: AmazonS3
Server: AmazonS3
< Age: 3846
Age: 3846
< X-Cache: Hit from cloudfront
X-Cache: Hit from cloudfront
< Via: 1.1 4b79ab59a9753bcea53eaa768c300067.cloudfront.net (CloudFront)
Via: 1.1 4b79ab59a9753bcea53eaa768c300067.cloudfront.net (CloudFront)
< X-Amz-Cf-Id: weQp1m0P02g5O5mw-3HDhhC8Pfz62nCwHqFhu9D-5dqBI7-fV9pgUg==
X-Amz-Cf-Id: weQp1m0P02g5O5mw-3HDhhC8Pfz62nCwHqFhu9D-5dqBI7-fV9pgUg==
<
* Connection #0 to host andrew.kvalhe.im left intact
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment