Hi Alban, On Sat, Aug 20, 2011 at 08:00:24PM +0100, Alban Crequy wrote: > New property "Script" on the net.connman.Service D-Bus interface. The caller > can provide a PAC script instead of an URL. The pacrunner plugin can give the > PAC script to pacrunner when calling the D-Bus method > org.pacrunner.Manager.CreateProxyConfiguration(). > > https://bugs.meego.com/show_bug.cgi?id=10025 Looking at comment #36 on this bug report, and I think we're hitting a PACrunner bug here. You should be able to set different proxies for ftp, http, https or ftp manually. Right now PACrunner manual execution is just quite limited, as it always returns "PROXY %s", servers[0]. It should obviously returns PROXY or SOCKS, and look at the requested scheme and compare it to the manually setup proxy servers scheme. This is what the Proxy.Servers property is for, you can specify strings like proxy.server.com, but also socks://proxy.server2.com.
So, if we fix PACrunner (which we will in the following days), I think we don't need your patch here. At least not for fixing this specific bug. If you want to pass ConnMan and then PACrunner a locally stored file, I'd expect you to pass a file:// string in auto mode. Cheers, Samuel. -- Intel Open Source Technology Centre http://oss.intel.com/ _______________________________________________ connman mailing list [email protected] http://lists.connman.net/listinfo/connman
