runzhiwang opened a new pull request #395: HDDS-2812. Fix low version wget cannot resolve the proxy of https URL: https://github.com/apache/hadoop-ozone/pull/395 ## What changes were proposed in this pull request? How to reproduce the problem: When run compose/ozonesecure/test.sh and compose/ozonesecure-mr/test.sh in my machine which connect network by proxy, it fails to `wget https://github.com` as the image show. Because the version of wget in openjdk:8u191-jdk-alpine3.9 is too low, it cannot resolve the proxy of https.  How to fix: By `apk add --no-cache --update wget` before `wget`. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-2812 ## How was this patch tested? Execute compose/ozonesecure/test.sh and compose/ozonesecure-mr/test.sh on computer which connect outer network . Or test it in a simple way as the image show: 1. Before update wget, execute wget https://github.com, it failed. 2. Update wget 3. wget https again, it succeed. 
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
