Giter VIP home page Giter VIP logo

Comments (1)

n-st avatar n-st commented on August 23, 2024

Hi and thank you for your suggestion!

I've thought about this for a long time, hence the late reply…
It would be nice to have the option to use HTTPS, but I'd rather not make it compulsory, which complicates things:

  • Compulsory HTTPS would introduce additional requirements (SSL support and preferably a database of trusted CA certificates).
  • Optional HTTPS support would require either
    • two versions of the script with different hardcoded URLs (the way it is done now), or
    • a way to automatically detect over which protocol the script was downloaded and use the same protocol for the ioping download (which would probably require a dynamic components on the webserver), or
    • a commandline argument to switch between HTTP and HTTPS downloads (and a decision which should be the default without an argument).
  • In any case, I would have to set up and maintain a TLS certificate on the machine that is currently hosting wget.racing β€” which isn't a lot of effort, but certainly more than the current "set-and-forget" HTTP server.

Considering that this script is a benchmark tool that is meant to be run infrequently and not in production, I don't think it is worth the hassle to safeguard against the rather infrequent threat of intercepted HTTP connections.
For any cases where it would be used repeatedly, it would be more efficient to clone the Git repository and install ioping via your distribution's packaging mechanism.

If you feel that I have misinterpreted your use case, please do let me know!

from nench.

Related Issues (9)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.