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 517335 - Doesn’t honour proxy settings
Doesn’t honour proxy settings
Status: RESOLVED FIXED
Product: epiphany
Classification: Core
Component: Backend
2.21.x
Other Linux
: Normal normal
: ---
Assigned To: Xan Lopez
Epiphany Maintainers
: 531074 (view as bug list)
Depends on: 522652
Blocks:
 
 
Reported: 2008-02-18 22:39 UTC by Josselin Mouette
Modified: 2010-03-30 19:57 UTC
See Also:
GNOME target: ---
GNOME version: 2.21/2.22



Description Josselin Mouette 2008-02-18 22:39:29 UTC
Epiphany-webkit doesn’t follow global proxy settings.

I’m sure you are already aware of that, this is just a bug to track progress made on this issue.
Comment 1 Nathaniel McCallum 2008-04-07 15:00:35 UTC
Please take a look at libproxy, which will significantly reduce the amount of code needed for implementing proxy configuration, as well as giving you other benefits.

http://code.google.com/p/libproxy/
Comment 2 Christian Persch 2008-04-07 17:27:13 UTC
Epiphany will just use whatever webkit will use, which is whatever libsoup will use, which probably will be the same that gvfs will use (bug 522984).
Comment 3 Dan Winship 2008-04-10 19:19:33 UTC
adding a dependency on the libsoup proxy bug then

the "proxy" branch of the git repo currently has two proxy-resolver backends, one using libproxy and one using gconf directly. Note that that code is very alpha. (Eg, IIRC, it hardcodes the location of libproxy as being /opt/jhbuild.)
Comment 4 Florian Steinel 2008-04-12 20:03:41 UTC
Hhm, i'm using epiphany-svn 8211 and webkit-svn 31823 with gnome-2.22 and an internet proxy.
Http works, https doesn't.
(proxy set via gconf and env http_proxy)
Comment 5 Reinout van Schouwen 2008-05-02 15:06:49 UTC
*** Bug 531074 has been marked as a duplicate of this bug. ***
Comment 6 Nguyen Thai Ngoc Duy 2008-08-01 14:16:10 UTC
(In reply to comment #2)
> Epiphany will just use whatever webkit will use, which is whatever libsoup will
> use, which probably will be the same that gvfs will use (bug 522984).
> 

Does that mean curl backend is not supported by epiphany?
Comment 7 alp 2008-09-17 22:18:34 UTC
I've filed a tracking bug with libproxy WebKit integration at http://code.google.com/p/libproxy/issues/detail?id=7

No decision made yet on whether to go with it yet.
Comment 8 Xan Lopez 2009-02-26 15:17:01 UTC
I'm using the soup proxy resolver with libproxy in trunk now, so this should be fixed. Closing.
Comment 9 Jeremy Nickurak 2010-03-30 19:57:33 UTC
Does this work with SOCKS proxies configured? Hasn't worked for me (I don't have access to a plain HTTP proxy to test against)