GNOME Bugzilla – Bug 697028
Broken https proxy
Last modified: 2013-04-03 16:00:50 UTC
With libsoup 2.42.0 https proxy stops to work. I noticed it because gnome extensions install and epiphany stopped working properly. It's look like applications just ignore proxy setting. With 2.40.3 all works. Ubuntu 13.04, 2.40.3 from official repo, 2.42.0 from https://launchpad.net/~gnome3-team/+archive/gnome3 .
Hi, I have the same worries, I can not connect to gnome-online-account, if i enter a proxy in gcc. I restart goa-daemon --replace and no error. Is there a way of debug this problem? Thank you. French User.
what does echo $DESKTOP_SESSION output? As of glib-networking 2.36, the gnome proxy plugin is only active if that is "gnome". Otherwise it falls back to the libproxy-based plugin (which also only looks at the GNOME Control Center proxy settings if DESKTOP_SESSION is "gnome", but may look at other settings in other cases).
Hi, the Output : ~$ echo $DESKTOP_SESSION gnome Glib-networking-2.36 is build without libproxy. For information, same pc with gnome 3.6 ( glib-networking=2.34.2( without libproxy),libsoup=2.40.3) works fine with http/https proxy. On Gnome 3.8, if i used epiphany and go to https://extensions.gnome.org , error : SSL handshake failed.
$ echo $DESKTOP_SESSION gnome Glib-networking version is 2.35.9 and libproxy installed.
Second information : I tested Fedora rawhide in Virtualbox(Network bridge) Proxy completed in Gnome-control-center. Same issue with gnome-online-account, it's not possible to create a account. Same error : SSL handshake failed / Try again
bluh. fixed in master, will be fixed in 2.42.1 soon