At exit time firefox tries to connect to incoming.telemetry.mozilla.org without respecting proxy settings
Categories
(Toolkit :: Telemetry, defect)
Tracking
()
People
(Reporter: github.com, Unassigned)
Details
Updated•6 years ago
|
Comment 1•6 years ago
|
||
Reporter | ||
Comment 2•6 years ago
|
||
Updated•6 years ago
|
Updated•6 years ago
|
Reporter | ||
Comment 3•6 years ago
|
||
I was watching in one screen the firewall log and from the other terminal session ending of the firefox program (started from that console). I just realized that the firewall log entries were still coming after the firefox program ended to run. How can it be? After small investigation I found that it is not the firefox executable directly which does not respect the proxy settings. The firefox at the end of its run lunches a program called "pingsender". That program is not respecting the proxy settings.
Comment 4•4 years ago
|
||
Change the component, since this bug is actually about another executable pingsender
.
Comment 5•4 years ago
|
||
Ah-ha, yes, the pingsender
has no knowledge of your proxy configuration, I'm afraid. It doesn't have any configuration and is attempting its best-effort attempt to try and send a ping. If it fails, Telemetry will pick up the workload and do a better job the next time you run it.
This doesn't signify an unrecoverable error or cause problems with the proper working of Firefox, and can be ignored.
Does that help resolve this issue?
Reporter | ||
Comment 6•4 years ago
|
||
That is right it is not a failure, the firefox is functioning as expected. The only thing is that I am picky not only the inbound, but the outbound IP connections, so I found this uncategorized connection attempt alarming. At the time of opening the issue it wasn't clear that it is not the main firefox image that makes the direct connection atempt. I would leave to you how to handle that situation (if any action is needed at all), from my side I consider the issue being resolved.
Comment 7•4 years ago
|
||
I consider it resolved as well. I wouldn't be opposed to pingsender
becoming configurable somehow, but I wouldn't be able to prioritize the work over what I'm currently doing... which will make pingsender
unnecessary completely in I'm hoping just a few months : )
Description
•