w... what is going on here?


```

bash-4.4# rpm -q wget openssl ca-certificates
wget-1.20.1-4.x86_64
openssl-1.1.1b-1.x86_64
ca-certificates-20190110-1.noarch
bash-4.4# wget "https://gitlab-runner-downloads.s3.amazonaws.com/v11.0.0/docker/prebuilt-x86_64.tar.xz"; --debug
DEBUG output created by Wget 1.20.1 on linux-gnu.

Reading HSTS entries from /root/.wget-hsts
URI encoding = 'ANSI_X3.4-1968'
converted 'https://gitlab-runner-downloads.s3.amazonaws.com/v11.0.0/docker/prebuilt-x86_64.tar.xz' (ANSI_X3.4-1968) -> 'https://gitlab-runner-downloads.s3.amazonaws.com/v11.0.0/docker/prebuilt-x86_64.tar.xz' (UTF-8) Converted file name 'prebuilt-x86_64.tar.xz' (UTF-8) -> 'prebuilt-x86_64.tar.xz' (ANSI_X3.4-1968) --2019-03-25 14:59:30-- https://gitlab-runner-downloads.s3.amazonaws.com/v11.0.0/docker/prebuilt-x86_64.tar.xz
Disabling SSL due to encountered errors.
bash-4.4#

```

curl is fine:

```

bash-4.4# curl -sSfLO https://gitlab-runner-downloads.s3.amazonaws.com/v11.0.0/docker/prebuilt-x86_64.tar.xz
bash-4.4# ls -l prebuilt-x86_64.tar.xz
-rw-r--r-- 1 root root 9715912 Mar 25 15:02 prebuilt-x86_64.tar.xz
bash-4.4# sha1sum prebuilt-x86_64.tar.xz
c7134427bcd1b3f535e8f6651918ca0f298ff21c  prebuilt-x86_64.tar.xz

```




--
glen

_______________________________________________
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en

Reply via email to