FS#43672 - [epiphany] ignoring gnome proxy settings when using .pac-file
Attached to Project:
Arch Linux
Opened by Henri Schwarz (IlikePepsi) - Monday, 02 February 2015, 11:16 GMT
Last edited by Jan de Groot (JGC) - Thursday, 05 March 2015, 11:49 GMT
Opened by Henri Schwarz (IlikePepsi) - Monday, 02 February 2015, 11:16 GMT
Last edited by Jan de Groot (JGC) - Thursday, 05 March 2015, 11:49 GMT
|
Details
Description:
Epiphany was used to access websites via https behind https-proxy, displaying "Could not connect: Connection refused." The systems proxy setting is set to automatic provided a valid .pac file (works for chromium, opera, firefox). When changing the proxy settings to manual providing URI and port of the https-proxy the connection could be established. Additional info: * package version(s) Epiphany 3.14.2 NetworkManager 1.0.0 * config and/or log files etc. Steps to reproduce: |
This task depends upon
Comment by Jan de Groot (JGC) -
Friday, 13 February 2015, 14:22 GMT
This is probably because libproxy doesn't contain a pacrunner
module. Adding this to libproxy pulls in webkitgtk or xulrunner,
which isn't acceptable. Best solution is to add a split package
with a pacrunner module.
Comment by Jan de Groot (JGC) -
Thursday, 05 March 2015, 08:59 GMT
- Field changed: Status (Assigned → Requires Testing)
Please test libproxy 0.4.11-5 which has pacrunner modules based on
js17 and webkitgtk. Dependencies were added as optdepend, but
typical desktops will have at least js17 installed by default
because polkit requires it.
Comment by
Henri Schwarz (IlikePepsi) -
Thursday, 05 March 2015, 11:38 GMT
I tested libproxy 0.4.11-5 (optional dependencies were all met)
with the automatic proxy configuration and it worked. Many thanks.