Re: Issue/bug with wget over https and proxy

2019-01-23 Thread Jakub Ledwoń
th 124: HTTP: CONNECT raw.githubusercontent.com:443 <http://raw.githubusercontent.com:443> HTTP/1.1* which seems to be a correct approach, since I'm using http proxy. Best regards, Jakub Ledwon pon., 21 sty 2019 o 16:47 Denys Vlasenko napisał(a): > On Mon, Jan 21, 2019 at 2:53 PM

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