Summary: | PackageKit does not respect no_proxy | ||
---|---|---|---|
Product: | PackageKit | Reporter: | Chris Smart <bugzilla> |
Component: | core | Assignee: | Richard Hughes <richard> |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | normal | ||
Priority: | medium | CC: | heathnott |
Version: | unspecified | ||
Hardware: | x86-64 (AMD64) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Chris Smart
2011-01-11 21:07:41 UTC
PackageKit has never supported the no_proxy environment variable. At the moment, the only things that are passed to the daemon as part of the per-user proxy settings is the http_proxy and the ftp_proxy. Is this obviously less than ideal, as we have other people wanting to use the https proxy setting too. What I want to do is expand the interface, and have: string: http_proxy string: https_proxy string: ftp_proxy string: ignore_proxy (comma delimited) Do you think there are any other settings required? Richard. (In reply to comment #1) > > What I want to do is expand the interface, and have: That would be fantastic! > > string: http_proxy > string: https_proxy > string: ftp_proxy > string: ignore_proxy (comma delimited) > > Do you think there are any other settings required? > I'm not sure whether support for socks would be required, but other than that it looks good. Generally the environment variable is no_proxy I believe, not sure if you want to use that for the sake of consistency. Presumably it will still support the format, protocol://username:password@server:port because, you might use a http proxy server for https traffic. Cheers, -c commit 0d9258e2faddf2fd87efcba491dae74403e0bd6b Author: Richard Hughes <richard@hughsie.com> Date: Fri Mar 4 11:50:22 2011 +0000 Introduce other attributes in the SetProxy() method This commit adds the proxy_https, proxy_socks, no_proxy and pac attributes to the DBus method. It breaks DBus interface API, but is careful to maintain packagekit-glib and packagekit-qt API and ABI compatibility. (In reply to comment #3) > commit 0d9258e2faddf2fd87efcba491dae74403e0bd6b Thanks Richard! -c |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.