Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Readme.md: Downloads link returning 0 byte file #3081

Closed
dever860 opened this issue Jun 22, 2015 · 0 comments · Fixed by #3084
Closed

Readme.md: Downloads link returning 0 byte file #3081

dever860 opened this issue Jun 22, 2015 · 0 comments · Fixed by #3084
Assignees

Comments

@dever860
Copy link

Link is:
http://influxdb.com/download/
Returns 0 byte file.

Should be (or have the root serve the page correctly):
https://influxdb.com/download/index.html

curl -vvv -L http://influxdb.com/download/

  • Hostname was NOT found in DNS cache
  • Trying 54.192.140.115...
  • Connected to influxdb.com (54.192.140.115) port 80 (#0)

    GET /download/ HTTP/1.1
    User-Agent: curl/7.37.1
    Host: influxdb.com
    Accept: /

    < HTTP/1.1 301 Moved Permanently
  • Server CloudFront is not blacklisted
    < Server: CloudFront
    < Date: Mon, 22 Jun 2015 14:59:49 GMT
    < Content-Type: text/html
    < Content-Length: 183
    < Connection: keep-alive
    < Location: https://influxdb.com/download/
    < X-Cache: Redirect from cloudfront
    < Via: 1.1 f5664f0fa97e779ddd58c58ccb29a173.cloudfront.net (CloudFront)
    < X-Amz-Cf-Id: WTj2oJQ1J7Z8bTGQS-tad_xwsvambS3N7PjCg_g8rIZV3xivQ7K1PQ==
    <
  • Ignoring the response-body
  • Connection #0 to host influxdb.com left intact
  • Issue another request to this URL: 'https://influxdb.com/download/'
  • Found bundle for host influxdb.com: 0x7f84cb414de0
  • Hostname was NOT found in DNS cache
  • Trying 54.192.140.115...
  • Connected to influxdb.com (54.192.140.115) port 443 (Queries should support an order clause and limit clause #1)
  • TLS 1.2 connection using TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256
  • Server certificate: influxdb.com
  • Server certificate: COMODO RSA Domain Validation Secure Server CA
  • Server certificate: COMODO RSA Certification Authority
  • Server certificate: AddTrust External CA Root

    GET /download/ HTTP/1.1
    User-Agent: curl/7.37.1
    Host: influxdb.com
    Accept: /

    < HTTP/1.1 200 OK
    < Content-Type: binary/octet-stream
    < Content-Length: 0
    < Connection: keep-alive
    < Date: Mon, 22 Jun 2015 14:59:07 GMT
    < Last-Modified: Thu, 11 Jun 2015 14:45:21 GMT
    < ETag: "d41d8cd98f00b204e9800998ecf8427e"
    < Accept-Ranges: bytes
  • Server AmazonS3 is not blacklisted
    < Server: AmazonS3
    < Age: 44
    < X-Cache: Hit from cloudfront
    < Via: 1.1 46a0d65aa1fc7e6a8ccb2101d5dec129.cloudfront.net (CloudFront)
    < X-Amz-Cf-Id: OqTyDWdb2Mti50uUiZ9NPTSNDUVQa3zAP4CauS9SYold6KDw_a7jXA==
    <
  • Connection Queries should support an order clause and limit clause #1 to host influxdb.com left intact
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants