Skip to content

Instantly share code, notes, and snippets.

@bennofs
Created February 22, 2017 17:51
Show Gist options
  • Save bennofs/de273be940bcb323960237816ba4ffc8 to your computer and use it in GitHub Desktop.
Save bennofs/de273be940bcb323960237816ba4ffc8 to your computer and use it in GitHub Desktop.
curl log
curl -v https://cache.nixos.org/1kggzivfn7qjljz06ivssnkks3909kzy.ls.xz
* Trying 2600:9000:200c:de00:10:dfa4:b0c0:93a1...
* TCP_NODELAY set
* Connected to cache.nixos.org (2600:9000:200c:de00:10:dfa4:b0c0:93a1) port 443 (#0)
* ALPN, offering http/1.1
* Cipher selection: ALL:!EXPORT:!EXPORT40:!EXPORT56:!aNULL:!LOW:!RC4:@STRENGTH
* successfully set certificate verify locations:
* CAfile: /etc/ssl/certs/ca-certificates.crt
CApath: none
* TLSv1.2 (OUT), TLS header, Certificate Status (22):
* 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, Client hello (1):
* TLSv1.2 (OUT), TLS handshake, Finished (20):
* TLSv1.2 (IN), TLS change cipher, Client hello (1):
* TLSv1.2 (IN), TLS handshake, Finished (20):
* SSL connection using TLSv1.2 / ECDHE-RSA-AES128-GCM-SHA256
* ALPN, server accepted to use http/1.1
* Server certificate:
* subject: OU=GT33120842; OU=See www.rapidssl.com/resources/cps (c)15; OU=Domain Control Validated - RapidSSL(R); CN=cache.nixos.org
* start date: Sep 23 08:17:49 2015 GMT
* expire date: Nov 23 21:08:12 2018 GMT
* subjectAltName: host "cache.nixos.org" matched cert's "cache.nixos.org"
* issuer: C=US; O=GeoTrust Inc.; CN=RapidSSL SHA256 CA - G3
* SSL certificate verify ok.
> GET /1kggzivfn7qjljz06ivssnkks3909kzy.ls.xz HTTP/1.1
> Host: cache.nixos.org
> User-Agent: curl/7.52.1
> Accept: */*
>
< HTTP/1.1 500 Internal Server Error
< Content-Type: application/xml
< Transfer-Encoding: chunked
< Connection: keep-alive
< Date: Wed, 22 Feb 2017 17:50:11 GMT
< Server: AmazonS3
< Age: 20
< X-Cache: Error from cloudfront
< Via: 1.1 13be6f06029966b75af2e6bcb4d1867a.cloudfront.net (CloudFront)
< X-Amz-Cf-Id: CRywI2p8aN_GTQHAoxhMufK5H9Udp0sMF_Spfsdz9d7SzypWM6Hu2w==
<
<?xml version="1.0" encoding="UTF-8"?>
* Curl_http_done: called premature == 0
* Connection #0 to host cache.nixos.org left intact
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment