[Qgis-user] QGis proxy settings

Craig Leat craig.leat at gmail.com
Thu Oct 23 08:14:17 PDT 2008


Hi

Borys Jurgiel wrote:
> I've just uploaded the new proxy-friendly version of the Plugin Installer with
> Barry's patch (0.06.5). Proxy users, Could you upgrade and test it please?

In a python console I tried:
>>> import urllib
>>> urllib.getproxies()
{'http': 'http://craig:xxxx@192.168.0.1:8080/', 'no':
'localhost,127.0.0.0/8,*.local'}

My http proxy requires authentication and I see that my username and
password are returned. I tried adding the following to QPHttp:
self.proxy.setUser('craig')
self.proxy.setPassword('xxxx')

But I must be missing something because the repos are still unavailable.

Craig



More information about the Qgis-user mailing list