bugGNU Wget - Bugs: bug #58201, Please provide retry on HTTP proxy...

 
 

bug #58201: Please provide retry on HTTP proxy errors

Submitter:  Ryan Underwood <runderwo>
Submitted:  Sat 18 Apr 2020 02:34:24 PM UTC
   
 
Category:  Feature Request Severity:  3 - Normal
Priority:  5 - Normal Status:  None
Privacy:  Public Assigned to:  None
Originator Name:  Open/Closed:  Open
Release:  None Operating System:  None
Reproducibility:  None Fixed Release:  None
Planned Release:  None Regression:  None
Work Required:  None Patch Included:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Sat 18 Apr 2020 02:34:24 PM UTC, original submission:  

When there is a transient error with the proxy server, wget does not retry regardless of the other settings:

wget -c --timestamping --content-disposition --reject =A,=D --retry-connrefused --retry-on-host-error --retry-on-http-error=503 --waitretry=60 --tries=inf --random-wait --wait=3 -e robots=off -m -np http://website.com/

--2020-04-18 07:20:10--  https://website.com/file1.pdf
Reusing existing connection to website.com:443.
Proxy request sent, awaiting response... No data received.
Retrying.

--2020-04-18 07:20:28--  (try: 2)  https://website.com/file1.pdf
Connecting to localhost (localhost)|127.0.0.1|:8118... connected.
Proxy tunneling failed: Service UnavailableUnable to establish SSL connection.
--2020-04-18 07:20:35--  https://website.com/file2.pdf
Connecting to localhost (localhost)|127.0.0.1|:8118... connected.
Proxy tunneling failed: Service UnavailableUnable to establish SSL connection.
--2020-04-18 07:20:44--  https://website.com/file3.pdf
Connecting to localhost (localhost)|127.0.0.1|:8118... connected.
Proxy tunneling failed: Service UnavailableUnable to establish SSL connection.
--2020-04-18 07:20:48--  https://website.com/file4.pdf
Connecting to localhost (localhost)|127.0.0.1|:8118... connected.
Proxy tunneling failed: Service UnavailableUnable to establish SSL connection.

Ryan Underwood <runderwo>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by runderwo (Submitted the item)
  •  

    No changes have been made to this item

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code