Skip to content

change wget to curl to work behind proxy

Sergei Nikolaev requested to merge (removed):master into master

Hello!

wget in alpine:latest doesn't work with https through http proxy.

Example:

docker run --rm -e http_proxy=http://localhost:3128 -e https_proxy=http://localhost:3128 alpine:latest wget -O- https://google.com
ssl_client: localhost: handshake failed: error:1400410B:SSL routines:CONNECT_CR_SRVR_HELLO:wrong version number

Merge request reports