Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: enable tlsv1.2 if curl supports it (#3464)
curl 7.73 (see curl/curl@aa8777f) changed the output of `curl --help` to display categories, rather than all of the options, unless you pass `--help all`. This caused the install script to run in a less secure mode. The install script also calls "wget --help". "wget --help all" works at least as far back as 1.5.3 (~2015). Also checked "curl --help all" with curl 7.54.0. It shows the same output as "curl --help" and returns exit code 0.
- Loading branch information