[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #58201] Please provide retry on HTTP proxy errors
From: |
Ryan Underwood |
Subject: |
[bug #58201] Please provide retry on HTTP proxy errors |
Date: |
Sat, 18 Apr 2020 10:34:26 -0400 (EDT) |
User-agent: |
Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:74.0) Gecko/20100101 Firefox/74.0 |
URL:
<https://savannah.gnu.org/bugs/?58201>
Summary: Please provide retry on HTTP proxy errors
Project: GNU Wget
Submitted by: runderwo
Submitted on: 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:
Originator Email:
Open/Closed: Open
Release: None
Discussion Lock: Any
Operating System: None
Reproducibility: None
Fixed Release: None
Planned Release: None
Regression: None
Work Required: None
Patch Included: None
_______________________________________________________
Details:
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.
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?58201>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [bug #58201] Please provide retry on HTTP proxy errors,
Ryan Underwood <=