BUG #14612: update monitor is not proxy aware, and throws up a pop-up warning
The following bug has been logged on the website:
Bug reference: 14612
Logged by: Steven Gutfreund
Email address: ygutfreund@draper.com
PostgreSQL version: 9.6.2
Operating system: windows 10
Description:
I am running PostGRESQL 9.6 on windows 10
It seems it has an update monitor that does not use any information about
the proxy agent from Windows (we have a corporate proxy). It also does not
look at the environment variables HTTP_PROXY or HTTPS_PROXY (which I have
set to add credentials via CNTLM for our corporate firewall). This is useful
for programs such as NPM and GIT which need to get past our outgoing
firewall.
So I am getting the following message every 10 or some minutes as a pop up
from a program called:
"D:\Program Files (x86)\postgresql\updatemonitor\bin\UpdManager.exe"
--execute "D:\Program Files\PostgreSQL\9.6\bin\stackbuilder.exe"
The message is very deceiving, but I tracked down the program, and it is the
one listed above.
See this article for the pictures of the screen popup
--
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs
On Tue, Apr 4, 2017 at 8:29 AM, <ygutfreund@draper.com> wrote:
The following bug has been logged on the website:
Bug reference: 14612
Logged by: Steven Gutfreund
Email address: ygutfreund@draper.com
PostgreSQL version: 9.6.2
Operating system: windows 10
Description:
[...]"D:\Program Files (x86)\postgresql\updatemonitor\bin\UpdManager.exe"
--execute "D:\Program Files\PostgreSQL\9.6\bin\stackbuilder.exe"
This is not a PostgreSQL bug - mainly because the core project doesn't
provide a "stackbuilder.exe" - or any executables for that matter.
StackBuilder is a commercial, though freely provided, application put out
by EnterpriseDB. Questions regarding its operation should be directed to
them.
David J.