Re: Update Message on Administrators Main Page - Error
=?windows-1250?Q?Thorsten_Sch=F6ning?= <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.webtools |
|---|---|
| Organization | AM-SoFT GmbH IT-Systeme |
| Message-ID | <[email protected]> |
Guten Tag eko...--- via support-bugzilla,
am Donnerstag, 31. Dezember 2020 um 16:38 schrieben Sie:
> I dont believe that to be the case. I am on the server and able to
> resolve the hostname fine and see the xml file. I was looking at
> the IIS logs and procmon and no where do I see the request being made to get to that server.
Not seeing anything in ProcMon might be expected if RESOLVING the host
fails already. I don't think that is reflected in whatever ProcMon is
able to monitor. The only events which might make sense are settings
regarding resolving host names or files like [...]\etc\hosts. But all
of that might simply be heavily cached and therefore not recognized by
ProcMon.
> Is there a specific module that does this? Can anyone provide any more information on this?
Bugzilla\Update.pm, especially look at "_synchronize_data". Looking at
the code, it seems that a proxy is ALWAYS considered, so check yur
IIS-environment for any proxy-related settings. Those would take
affect when running Bugzilla.
> # If the URL of the proxy is given, use it, else get this information
> # from the environment variable.
> my $proxy_url = Bugzilla->params->{'proxy_url'};
> if ($proxy_url) {
> $ua->proxy(['http', 'https'], $proxy_url);
> }
> else {
> $ua->env_proxy;
> }
https://metacpan.org/pod/LWP::UserAgent#env_proxy
> I believe that the problem may be somewhere with IIS because our
> old install was Apache and that worked.[...]
The workes running Bugzilla in IIS might be firewalled or something
like that as well.
Mit freundlichen Grüßen,
Thorsten Schöning
--
Thorsten Schöning
AM-SoFT IT-Service - Bitstore Hameln GmbH
E-Mail: [email protected]
Web: http://www.AM-SoFT.de/
Telefon: 05151- 9468-55
Fax: 05151- 9468-88
Mobil: 0178-8 9468-04
Firmensitz: Bitstore IT-Consulting, Frankfurter Allee 285, 10317 Berlin
Steuernummer 037/230/30566, HR 27198, Amtsgericht Potsdam Geschäftsführer Janine Galonska
_______________________________________________
support-bugzilla mailing list
[email protected]
https://lists.mozilla.org/listinfo/support-bugzilla
PLEASE put [email protected] in the To: field when you reply.