llvm.sh should default to https for BASE_URL vs. http
Open
packaging
platform:linux
- Dominant language
- LLVM
- Stars
- 40.5k
- Forks
- 18.7k
- PR merge metrics
- PR metrics pending
Description
Currently the llvm.sh script up at https://apt.llvm.org/llvm.sh has the following:
```
BASE_URL="http://apt.llvm.org"
```
That BASE_URL is then used later for some wget validation. More and more networks are locking down the inbound and outbound use of http. A simple workaround is to just pass in "-m https://apt.llvm.org" to the script but it seems best if long term we just default to https in the script.
Contributor guide
Assessment
This issue has not been assessed yet.