Bugzilla – Bug 158600
https_proxy is not imported by gconf
Last modified: 2006-03-23 01:45:51 UTC
The "secure_host" setting is empty but https_proxy is set correctly in the environment.
control-center2-system-proxy-configuration.diff is from Federico. The key is defined in the patch: +#define KEY_SECURE_HOST "/system/proxy/secure_host" /* string */ +#define KEY_SECURE_PORT "/system/proxy/secure_port" /* int */ but the settings are never read or written :-(
Is HTTPS_PROXY relatively new in Yast? I'll add support for this to our patch.
I *guess* it wasn't there in NLD9 or 9.3. It was added later especially since YOU need it for accessing you.novell.com to get updates for business products. Anyway, thanks for fixing it.
Fixed on the latest version. * Wed Mar 22 2006 - federico@novell.com - Updated control-center2-system-proxy-configuration.diff to fix bug #158600. Gnome-settings-daemon will now read the HTTPS_PROXY value from /etc/sysconfi/proxy and set it in the appropriate GConf keys.