Commit 466effd
committed
Workaround expired SSL certificate when building musl
As recommended in richfelker/musl-cross-make#151 (comment)
Current error is:
```
wget -c --no-verbose -O linux-headers-4.19.88-2.tar.xz https://ftp.barfooze.de/pub/sabotage/tarballs//linux-headers-4.19.88-2.tar.xz
ERROR: cannot verify ftp.barfooze.de's certificate, issued by 'CN=R11,O=Let\'s Encrypt,C=US':
Issued certificate has expired.
To connect to ftp.barfooze.de insecurely, use `--no-check-certificate'.
```1 parent 8ca949a commit 466effd
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
0 commit comments