Re: Issue/bug with wget over https and proxy

2019-01-23 Thread Jakub Ledwoń
I checked the logs, and the difference is: BusyBox is sending GET request: *12:54:38.515492 IP my_ip > proxy_ip: Flags [P.], seq 1:151, ack 1, win 229, options [nop,nop,TS val 4062059628 ecr 2056253471], length 150: HTTP: GET https://raw.githubusercontent.com/mirror/busybox/master/INSTALL

Re: Issue/bug with wget over https and proxy

2019-01-21 Thread Denys Vlasenko
On Mon, Jan 21, 2019 at 2:53 PM Jakub Ledwoń wrote: > I have env variables set up like this: > http_proxy=http://proxy_ip:8080 > https_proxy=http://proxy_ip:8080 > ftp_proxy=http://proxy_ip:8080 > When I'm trying to use wget on https link behind this proxy, it fails. On > http links it works with

Issue/bug with wget over https and proxy

2019-01-21 Thread Jakub Ledwoń
I have env variables set up like this: http_proxy=http://proxy_ip:8080 https_proxy=http://proxy_ip:8080 ftp_proxy=http://proxy_ip:8080 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. > > > *./busybo