After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 697028 - Broken https proxy
Broken https proxy
Status: RESOLVED FIXED
Product: libsoup
Classification: Core
Component: Misc
2.42.x
Other Linux
: Normal normal
: ---
Assigned To: libsoup-maint@gnome.bugs
libsoup-maint@gnome.bugs
Depends on:
Blocks:
 
 
Reported: 2013-04-01 11:00 UTC by Anton Sudak
Modified: 2013-04-03 16:00 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Anton Sudak 2013-04-01 11:00:16 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 .
Comment 1 Baste 2013-04-02 20:00:09 UTC
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.
Comment 2 Dan Winship 2013-04-02 20:08:18 UTC
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).
Comment 3 Baste 2013-04-03 06:34:44 UTC
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.
Comment 4 Anton Sudak 2013-04-03 09:53:53 UTC
$ echo $DESKTOP_SESSION
gnome

Glib-networking version is 2.35.9 and libproxy installed.
Comment 5 Baste 2013-04-03 11:34:49 UTC
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
Comment 6 Dan Winship 2013-04-03 16:00:50 UTC
bluh. fixed in master, will be fixed in 2.42.1 soon