Bug 12356 - https via proxy does not work (v1.23 and v1.31 tested)
Summary: https via proxy does not work (v1.23 and v1.31 tested)
Status: NEW
Alias: None
Product: Busybox
Classification: Unclassified
Component: Networking (show other bugs)
Version: unspecified
Hardware: All Linux
: P5 normal
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-11-26 08:03 UTC by jeramiah.porfirio
Modified: 2019-11-26 08:05 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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