Closed
Bug 301206
Opened 19 years ago
Closed 19 years ago
"check for updates..." does not work when a proxy is required.
Categories
(Toolkit :: Application Update, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 301322
People
(Reporter: alexeys, Unassigned)
Details
Attachments
(1 file)
|
25.69 KB,
text/plain
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b4) Gecko/20050718 Firefox/1.0+ Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b4) Gecko/20050718 Firefox/1.0+ When the updated port is not allowed for direct connections, the update does not work. Reproducible: Always Steps to Reproduce: 1. have a firewall that blocks direct connection and have a HTTP proxy running that allows to connect to any port. 2. change proxy setting to use the proxy 3. optionally restart firefox (does not change a thing) 4. select help->check for updates Actual Results: the dialog is not finishing Expected Results: updates information is retrieved.
| Reporter | ||
Comment 5•19 years ago
|
||
No, it does not. The situation is that our firewall allows "direct" connection only to few blessed ports and for all other ports I have to use HTTP proxy. Even though I have the proxy configured, automatic update does not work.
Comment 6•19 years ago
|
||
Alright, then this is probably a duplicate of bug 301322. We will be using standard ports when this feature goes live for real :-) *** This bug has been marked as a duplicate of 301322 ***
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
| Reporter | ||
Comment 7•19 years ago
|
||
It does not matter what ports are used for updates, it should work via proxies.
Status: RESOLVED → UNCONFIRMED
Resolution: DUPLICATE → ---
Comment 8•19 years ago
|
||
OK, can you please generate a HTTP log using the instructions here then: http://www.mozilla.org/projects/netlib/http/http-debugging.html You can use any nightly build of Firefox to generate this log. Then please attach the log file to this bug so that I can see why the update service requests are failing. Thanks!
| Reporter | ||
Comment 9•19 years ago
|
||
Now the result is 404. Used build: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b4) Gecko/20050803 Firefox/1.0+
Comment 10•19 years ago
|
||
Hrmm.... the log file indicates that we are attempting a HTTP CONNECT request to route SSL traffic via the firewall on port 8711. However, the firewall does not agree to allow this, as it returns: HTTP/1.0 403 Proxy denies fulfilling the request So, if you can browse to https://bugzilla.mozilla.org/, then you will be able to fetch updates when we switch back to using the default HTTPS port for software update. Hence, this is precisely a duplicate of bug 301322. It will be resolved before Firefox 1.5 beta. *** This bug has been marked as a duplicate of 301322 ***
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago → 19 years ago
Resolution: --- → DUPLICATE
Updated•19 years ago
|
Status: RESOLVED → VERIFIED
| Assignee | ||
Updated•16 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•