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