<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div>I have env variables set up like this:</div><div>http_proxy=<a href="http://proxy_ip:8080">http://proxy_ip:8080</a></div><div>https_proxy=<a href="http://proxy_ip:8080">http://proxy_ip:8080</a></div><div>ftp_proxy=<a href="http://proxy_ip:8080">http://proxy_ip:8080</a></div><div>When I'm trying to use wget on https link behind this proxy, it fails. On http links it works without issues. I'm using v1.30.0 version of busybox.<br></div><div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><i>./busybox wget <a href="https://raw.githubusercontent.com/mirror/busybox/master/INSTALL">https://raw.githubusercontent.com/mirror/busybox/master/INSTALL</a> -O test.txt<br>Connecting to proxy_ip:8080 (proxy_ip:8080)<br>wget: server returned error: HTTP/1.1 502 Bad Gateway</i><br></blockquote>All others standard online console utilities works without issues.</div><div>GNU wget behaves as expected.</div><div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><i>wget <a href="https://raw.githubusercontent.com/mirror/busybox/master/INSTALL">https://raw.githubusercontent.com/mirror/busybox/master/INSTALL</a> -O test.txt<br>--2019-01-21 14:48:42--  <a href="https://raw.githubusercontent.com/mirror/busybox/master/INSTALL">https://raw.githubusercontent.com/mirror/busybox/master/INSTALL</a><br>Connecting to proxy_ip:8080... connected.<br>Proxy request sent, awaiting response... 200 OK<br>Length: 6116 (6.0K) [text/plain]<br>Saving to: ‘test.txt’</i><br></blockquote>Best regards,</div><div>Jakub Ledwon<br></div></div></div></div></div></div></div>