Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] Proxy Testing Tool?

I had a lot of problems updating an RCP product behind NTLM proxies.  I initially tried disabling the use of the Apache HttpClient providers and using java.net.useSystemProxies, but the system proxy support doesn’t work with PAC files.

I fortunately stumbled across the proxy-vole project

	https://code.google.com/p/proxy-vole/

It provides a proxy selector that uses the platform proxy settings, and also supports WPAD/PAC files too.  It addressed the bulk of proxy problems, but I still had some customers with unsurmountable proxying issues.

I’ve been meaning to see if proxy-vole could be integrated as a solution for bug 279471.

Brian.

Back to the top