Bug 12356

Summary: https via proxy does not work (v1.23 and v1.31 tested)
Product: Busybox Reporter: jeramiah.porfirio
Component: NetworkingAssignee: unassigned
Status: NEW ---    
Severity: normal CC: busybox-cvs
Priority: P5    
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: Linux   
Host: Target:
Build:

Description jeramiah.porfirio 2019-11-26 08:03:30 UTC
Hello,

http download with wget via proxy does not work (v1.23 and v1.31 tested).

export variables are set correctly, the normal wget command works, but the busybox-wget can not download a https link through proxy.
http downloads are working fine.

Is there any workaround?

v1.23:
./busybox-mipsel wget https://www.google.com -Y on --no-check-certificate -S
Connecting to 192.168.1.1:8080 (192.168.1.1:8080)
wget: error getting response: Connection reset by peer

v1.31:
./busybox-mipsel wget https://www.google.com -Y on --no-check-certificate -S
Connecting to 192.168.1.1:8080 (192.168.1.1:8080)
wget: error getting response

v1.31:
./busybox-i686 wget https://bing.com -Y on -S
Connecting to 192.168.1.1:8080 (192.168.1.1:8080)
  HTTP/1.0 503 Service Unavailable
wget: server returned error: HTTP/1.0 503 Service Unavailable