iwasakims commented on pull request #838: URL: https://github.com/apache/bigtop/pull/838#issuecomment-986857122
The issue seems to be specific to my non-docker environment. Upgrading ca-certificates in fresh container just worked. ``` $ docker run -i -t --rm bigtop/puppet:trunk-centos-7 /bin/bash [root@d49d89c44c41 /]# yum -y update ca-certificates [root@d49d89c44c41 /]# /usr/bin/wget https://dlcdn.apache.org//maven/maven-3/3.6.3/binaries/apache-maven-3.6.3-bin.tar.gz --2021-12-06 14:58:26-- https://dlcdn.apache.org//maven/maven-3/3.6.3/binaries/apache-maven-3.6.3-bin.tar.gz Resolving dlcdn.apache.org (dlcdn.apache.org)... 151.101.2.132, 2a04:4e42::644 Connecting to dlcdn.apache.org (dlcdn.apache.org)|151.101.2.132|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 9506321 (9.1M) [application/x-gzip] Saving to: 'apache-maven-3.6.3-bin.tar.gz' 100%[==================================================================================================================================================================================================================================================================>] 9,506,321 --.-K/s in 0.1s 2021-12-06 14:58:27 (72.8 MB/s) - 'apache-maven-3.6.3-bin.tar.gz' saved [9506321/9506321] ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
