[Qgis-user] QGis proxy settings

Craig Leat craig.leat at gmail.com
Tue Oct 28 01:54:46 PDT 2008


Hi

Craig Leat wrote:
>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.

I have upgraded to revision 9552 and now my patch to QPHttp works.
Cool, nice work guys.

Craig



More information about the Qgis-user mailing list