Skip to content

Instantly share code, notes, and snippets.

@ninadsp
Created January 11, 2018 12:51
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 ninadsp/b481ec522a20a9a5e0d78356042d6841 to your computer and use it in GitHub Desktop.
Save ninadsp/b481ec522a20a9a5e0d78356042d6841 to your computer and use it in GitHub Desktop.
Stale data from influxdata Debian repo cache?
curl -v https://repos.influxdata.com/debian/dists/wheezy/stable/binary-amd64/Packages.gz -o Packages.gz
* Hostname was NOT found in DNS cache
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* Trying 54.230.19.125...
* Connected to repos.influxdata.com (54.230.19.125) port 443 (#0)
* successfully set certificate verify locations:
* CAfile: none
CApath: /etc/ssl/certs
* SSLv3, TLS handshake, Client hello (1):
} [data not shown]
* SSLv3, TLS handshake, Server hello (2):
{ [data not shown]
* SSLv3, TLS handshake, CERT (11):
{ [data not shown]
* SSLv3, TLS handshake, Server key exchange (12):
{ [data not shown]
* SSLv3, TLS handshake, Server finished (14):
{ [data not shown]
* SSLv3, TLS handshake, Client key exchange (16):
} [data not shown]
* SSLv3, TLS change cipher, Client hello (1):
} [data not shown]
* SSLv3, TLS handshake, Finished (20):
} [data not shown]
* SSLv3, TLS change cipher, Client hello (1):
{ [data not shown]
* SSLv3, TLS handshake, Finished (20):
{ [data not shown]
* SSL connection using ECDHE-RSA-AES128-GCM-SHA256
* Server certificate:
* subject: CN=repos.influxdata.com
* start date: 2017-11-30 00:00:00 GMT
* expire date: 2018-12-30 12:00:00 GMT
* subjectAltName: repos.influxdata.com matched
* issuer: C=US; O=Amazon; OU=Server CA 1B; CN=Amazon
* SSL certificate verify ok.
> GET /debian/dists/wheezy/stable/binary-amd64/Packages.gz HTTP/1.1
> User-Agent: curl/7.35.0
> Host: repos.influxdata.com
> Accept: */*
>
< HTTP/1.1 200 OK
< Content-Type: application/x-gzip
< Content-Length: 924
< Connection: keep-alive
< Date: Mon, 08 Jan 2018 18:56:35 GMT
* Server Apache/2.4.18 (Ubuntu) is not blacklisted
< Server: Apache/2.4.18 (Ubuntu)
< Last-Modified: Mon, 08 Jan 2018 18:25:44 GMT
< ETag: "39c-56247ed216dcd"
< Accept-Ranges: bytes
< Age: 64214
< X-Cache: Hit from cloudfront
< Via: 1.1 32026e751276a2c3d38ad1b1c3e91711.cloudfront.net (CloudFront)
< X-Amz-Cf-Id: 9UhlOcrHZZq2mJXkN-pTLL_ZYGBsprcvMNgs5tb0zwoiq1gkHmVedw==
<
{ [data not shown]
100 924 100 924 0 0 13433 0 --:--:-- --:--:-- --:--:-- 13588
* Connection #0 to host repos.influxdata.com left intact
 curl -v https://repos.influxdata.com/debian/dists/wheezy/stable/binary-amd64/Packages.gz -o Packages.gz
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* Trying 52.222.128.8...
* Connected to repos.influxdata.com (52.222.128.8) port 443 (#0)
* TLS 1.2 connection using TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
* Server certificate: repos.influxdata.com
* Server certificate: Amazon
* Server certificate: Amazon Root CA 1
* Server certificate: Starfield Services Root Certificate Authority - G2
> GET /debian/dists/wheezy/stable/binary-amd64/Packages.gz HTTP/1.1
> Host: repos.influxdata.com
> User-Agent: curl/7.43.0
> Accept: */*
>
< HTTP/1.1 200 OK
< Content-Type: application/x-gzip
< Content-Length: 925
< Connection: keep-alive
< Date: Thu, 11 Jan 2018 02:51:31 GMT
< Server: Apache/2.4.18 (Ubuntu)
< Last-Modified: Thu, 11 Jan 2018 00:26:05 GMT
< ETag: "39d-5627531910d07"
< Accept-Ranges: bytes
< Age: 34232
< X-Cache: Hit from cloudfront
< Via: 1.1 ccb9eb9f4ae479cf24d50600031aa07e.cloudfront.net (CloudFront)
< X-Amz-Cf-Id: pDXrB1PVb61vUSwe_OI_cW_nOvxmgx1N5uQYBKVPMNLc5zw-yUum7A==
<
{ [925 bytes data]
100 925 100 925 0 0 1672 0 --:--:-- --:--:-- --:--:-- 1672
* Connection #0 to host repos.influxdata.com left intact
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment