Closed
Bug 316682
Opened 20 years ago
Closed 20 years ago
Update Problem from Internal Site
Categories
(Toolkit :: Application Update, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: umuta, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b5) Gecko/20051006 Firefox/1.4.1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b5) Gecko/20051006 Firefox/1.4.1
I want to update of Firefox from internal network as update server. I created directory structure on server site and changed app.update.url on client site that doing about:config. Overall I also tested to change parameters values in updates.xml. I think to Firefox doesn't care app.update.url parameter.
Have any suggestion what could I do serving updates from internal site.
Client version, Gecko/20051006 Firefox/1.4.1
Best Regards.
Reproducible: Always
Comment 1•20 years ago
|
||
Firefox doesn't pay attention to changes made to app.update.url in about:config, because they apply to the profile. Some software update settings, like the update url and channel, must be global so that using multiple profiles don't cause problems.
You need to change the definition of app.update.url in <firefox install dir>\defaults\pref\firefox.js instead.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
Actually, all you should have to do is create a new string pref named app.update.url.override and set this to the path you'll be using for the update.xml file.
Thanks for information. Now client reaching to server for updates. But there is a few problem as updates not fetching mar files to client. created updates and 0 direstories but any files in 0 directory. I looking for web server logs. There is only output of output. There is (302) redirect log.
I also setted xpinstall.whitelist.add and 103 parameter as my web server.
10.10.1.124 - - [17/Nov/2005:15:39:44 +0200] "GET /update/1/Firefox/1.4.1/2005100614/WINNT_x86-msvc/en-US/beta/update.xml HTTP/1.1" 200 614
10.10.1.124 - - [17/Nov/2005:15:39:44 +0200] "GET /pub/mozilla.org/firefox/releases/1.5rc2/update/win32/en-US/firefox-1.5b2-1.5rc2.partial.mar HTTP/1.1" 302 393
10.10.1.124 - - [17/Nov/2005:15:39:44 +0200] "GET /pub/mozilla.org/firefox/releases/1.5rc2/update/win32/en-US/firefox-1.5b2-1.5rc2.partial.mar HTTP/1.1" 200 196608
10.10.1.124 - - [17/Nov/2005:15:39:44 +0200] "GET /pub/mozilla.org/firefox/releases/1.5rc2/update/win32/en-US/firefox-1.5rc2.complete.mar HTTP/1.1" 302 388
10.10.1.124 - - [17/Nov/2005:15:39:44 +0200] "GET /pub/mozilla.org/firefox/releases/1.5rc2/update/win32/en-US/firefox-1.5rc2.complete.mar HTTP/1.1" 200 221184
Have you any suggestion.
Thanks.
Status: RESOLVED → UNCONFIRMED
Resolution: INVALID → ---
Hi,
I solved the problem. Follow the below steps;
- On the client site, edit firefox.js
- app.update.site parameter as the http protocol not https
- because if your root certificate haven't in browser doesn't complete updates.
I think, developers will be fix it.
Best regards.
Umut ARUS
Resolving WFM. Reopen if you run into further difficulty.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago → 20 years ago
Resolution: --- → WORKSFORME
| Assignee | ||
Updated•17 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•