[Bug 12356] New: http via proxy does not work (v1.23 and v1.31 tested)
bugzilla at busybox.net
bugzilla at busybox.net
Tue Nov 26 08:03:30 UTC 2019
https://bugs.busybox.net/show_bug.cgi?id=12356
Bug ID: 12356
Summary: http via proxy does not work (v1.23 and v1.31 tested)
Product: Busybox
Version: unspecified
Hardware: All
OS: Linux
Status: NEW
Severity: normal
Priority: P5
Component: Networking
Assignee: unassigned at busybox.net
Reporter: jeramiah.porfirio at niickel.us
CC: busybox-cvs at busybox.net
Target Milestone: ---
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
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the busybox-cvs
mailing list